From: Andrew Grimberg Date: Thu, 8 Feb 2018 21:26:14 +0000 (-0800) Subject: Update submodule documentation X-Git-Tag: v0.16.0~3 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=c4295ab63bdbbceb6647b86ae27732364c2bce26;p=releng%2Fglobal-jjb.git Update submodule documentation Production deployments of global-jjb should be using the GitHub mirror as their primary source as GitHub rarely has outages. This decouples the master Gerrit instance from downstream consumption such that we are more free to do maintenance whenever we desire. Change-Id: I37139965902fa922cbb14f7ad01c22248bc1847b Signed-off-by: Andrew Grimberg --- 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