From: Andrew Grimberg Date: Wed, 12 Jul 2017 21:23:51 +0000 (-0700) Subject: Repoint global-jjb to GitHub mirror X-Git-Tag: release/nitrogen~279 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F60262%2F1;p=releng%2Fbuilder.git Repoint global-jjb to GitHub mirror The Linux Foundation has started mirroring global-jjb to GitHub. As such, we need to update the submodule checkout to use this resource instead of the direct upstream Gerrit repository as it will allow LF to perform systems maintenance on Gerrit without disrupting the downstream projects that depend on the submodule. Change-Id: I729356d40435f744fbee2eb5f34e364f7796131d Signed-off-by: Andrew Grimberg --- diff --git a/.gitmodules b/.gitmodules index 0f6b73e57..07b28be4b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "jjb/global-jjb"] path = jjb/global-jjb - url = https://gerrit.linuxfoundation.org/infra/releng/global-jjb + url = https://github.com/lfit/releng-global-jjb