From c4295ab63bdbbceb6647b86ae27732364c2bce26 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Thu, 8 Feb 2018 13:26:14 -0800 Subject: [PATCH] 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 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.16.6