Replace opencord.org with lfbroadband.org
This replaces all instances of opencord.org with lfbroadband.org, with
the exception of email addresses, which are not yet migrated.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Id34a12b75668e2cab6b6bc76f148f030324ac276
diff --git a/jjb/shell/get-onf-make-patch.sh b/jjb/shell/get-onf-make-patch.sh
index ab360bb..fd43263 100755
--- a/jjb/shell/get-onf-make-patch.sh
+++ b/jjb/shell/get-onf-make-patch.sh
@@ -19,14 +19,14 @@
ONF_MAKE_SUBDIR="lf/onf-make"
PROJECT="${TEST_PROJECT:-}"
-REPO="https://gerrit.opencord.org/$PROJECT"
+REPO="https://gerrit.lfbroadband.org/$PROJECT"
cd $WORKSPACE
git clone "$REPO" "$PROJECT"
cd "$PROJECT"
git submodule update --init
-REPO="https://gerrit.opencord.org/onf-make"
+REPO="https://gerrit.lfbroadband.org/onf-make"
pushd "$ONF_MAKE_SUBDIR"
git fetch "$REPO" "$GERRIT_REFSPEC" && git checkout FETCH_HEAD