Switch Global-JJB Submodule URL to Github 07/9807/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Fri, 6 Apr 2018 23:38:00 +0000 (16:38 -0700)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 7 Apr 2018 15:06:13 +0000 (11:06 -0400)
This is the recommended practice for adding global-jjb as a submodule
to the ci-management repo.

Change-Id: I713da3ec1637dbe2c89ecba5f4b573ed0e81024b
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
init/config-ci-environment.sh

index 33780fc..c7be99c 100644 (file)
@@ -79,7 +79,7 @@ if [ ! -f /init/step-5.done ]; then
     git clone ssh://workshop@gerrit:29418/ci-management.git $CI_MANAGEMENT_REPO
     mkdir -p $CI_MANAGEMENT_REPO/jjb
     cd $CI_MANAGEMENT_REPO/jjb
-    git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb
+    git submodule add https://github.com/lfit/releng-global-jjb
     cd $CI_MANAGEMENT_REPO/jjb/global-jjb
     git checkout $GLOBAL_JJB_VERSION
     cd $CI_MANAGEMENT_REPO