Update submodule documentation 67/8767/2
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 8 Feb 2018 21:26:14 +0000 (13:26 -0800)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Thu, 8 Feb 2018 21:42:01 +0000 (13:42 -0800)
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 <agrimberg@linuxfoundation.org>
README.md

index 9446e68..fa5a914 100644 (file)
--- 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