X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=README.md;h=fa5a914410a9dac6e77a115f5ab170683e3f6779;hb=00c55b34e2528da665e08cc773c1af94984de115;hp=9446e68b156e503f6ed3183d705790be2aae16a2;hpb=719716379a17f934259baed686d411051bd5f859;p=releng%2Fglobal-jjb.git diff --git a/README.md b/README.md index 9446e68b..fa5a9144 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,11 @@ versioned git tags. # Add the new submodule to ci-management's jjb directory. # Note: Perform once per ci-management repo. cd jjb/ - git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb + + # For production deployments: + git submodule add https://github.com/lfit/releng-global-jjb global-jjb + # For test deployments comment the above and uncomment the below + # git submodule add https://gerrit.linuxfoundation.org/infra/releng/global-jjb # Checkout the version of global-jjb you wish to deploy. cd global-jjb