Move REPO_HOST to gerrit.lfbroadband.org
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ie1710c7d03a87d8f4a20cbf698e1e28520b06f56
diff --git a/Makefile b/Makefile
index 25ca56e..bc01e9f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@
CHECKOUT_REPOS = $(foreach repo,$(OTHER_REPO_DOCS),repos/$(repo))
# Host holding the git server
-REPO_HOST ?= https://gerrit.opencord.org
+REPO_HOST ?= https://gerrit.lfbroadband.org
# For QA patchset validation - set SKIP_CHECKOUT to the repo name and
# pre-populate it under repos/ with the specific commit to being validated