From: Trevor Bramwell Date: Fri, 6 Apr 2018 23:38:00 +0000 (-0700) Subject: Switch Global-JJB Submodule URL to Github X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f7bc03cb7ded3f51227949b4f2569c1990a71d94;p=releng%2Fci-workshop.git Switch Global-JJB Submodule URL to Github 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 --- diff --git a/init/config-ci-environment.sh b/init/config-ci-environment.sh index 33780fc..c7be99c 100644 --- a/init/config-ci-environment.sh +++ b/init/config-ci-environment.sh @@ -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