Move REPO_HOST to gerrit.lfbroadband.org
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I777e66fb3a9c76951a8f4216f02d45ea72afe23d
diff --git a/.gitreview b/.gitreview
index 94a12ba..f5bbb5d 100644
--- a/.gitreview
+++ b/.gitreview
@@ -1,5 +1,5 @@
[gerrit]
-host=gerrit.opencord.org
+host=gerrit.lfbroadband.org
port=29418
project=voltha-docs.git
-defaultremote=origin
+defaultbranch=voltha-2.2
diff --git a/Makefile b/Makefile
index 6e24ffc..c493d46 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,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
@@ -115,4 +115,3 @@
%: doc_venv Makefile | $(OTHER_REPO_DOCS)
source $</bin/activate ; set -u ;\
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
-