From 4ab045445aa1e5f4b5df9c1439e2cb5b1c5842de Mon Sep 17 00:00:00 2001 From: Jacob Shorty Date: Fri, 4 Aug 2017 14:52:24 -0600 Subject: [PATCH] Use upstream qless-core again First step into reconciling with mainline qless. See https://github.com/custora/qless/pull/3 for why we created our own repo for qless-core. The changes we were adding there ahead of Moz are now merged into the mainline (https://github.com/seomoz/qless-core/pull/64). I tested qless on staging yesterday and ran jobs with seomoz/qless-core without issues. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 44f9d18f..f960b50c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "lib/qless/qless-core"] path = lib/qless/qless-core - url = https://github.com/custora/qless-core.git + url = https://github.com/seomoz/qless-core.git