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/vars/getVolthaCode.groovy b/vars/getVolthaCode.groovy
index 4230b9e..db3198f 100644
--- a/vars/getVolthaCode.groovy
+++ b/vars/getVolthaCode.groovy
@@ -96,7 +96,7 @@
// However, the gerritProject is overridden, so that we can pull
// in another repo and run the tests to make sure that they work
// with the code changes to onf-make.
- repo_project = "https://gerrit.opencord.org/${cfg.gerritProject}"
+ repo_project = "https://gerrit.lfbroadband.org/${cfg.gerritProject}"
checkout([
$class: 'GitSCM',
@@ -120,7 +120,7 @@
}
else if (!(cfg.gerritProject in frequent_repos))
{
- repo_project = "https://gerrit.opencord.org/${cfg.gerritProject}"
+ repo_project = "https://gerrit.lfbroadband.org/${cfg.gerritProject}"
checkout([
$class: 'GitSCM',
@@ -154,7 +154,7 @@
** Clone voltha-system-tests
** -----------------------------------------------------------------------
""")
- repo_vst = 'https://gerrit.opencord.org/voltha-system-tests'
+ repo_vst = 'https://gerrit.lfbroadband.org/voltha-system-tests'
checkout([
$class: 'GitSCM',
@@ -182,7 +182,7 @@
sh("""
pushd "$WORKSPACE/${cfg.gerritProject}"
- git fetch https://gerrit.opencord.org/${cfg.gerritProject} ${cfg.gerritRefspec} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/${cfg.gerritProject} ${cfg.gerritRefspec} && git checkout FETCH_HEAD
echo "Currently on commit: \n"
git log -1 --oneline
@@ -199,7 +199,7 @@
stage('Clone voltha-helm-charts')
{
enter("Clone voltha-helm-charts @ BRANCH=[${cfg.branch}]")
- repo_vhc = 'https://gerrit.opencord.org/voltha-helm-charts'
+ repo_vhc = 'https://gerrit.lfbroadband.org/voltha-helm-charts'
checkout([
$class: 'GitSCM',
@@ -224,7 +224,7 @@
enter('cfg.gerritProject == voltha-helm-charts')
sh """
pushd "$WORKSPACE/${cfg.gerritProject}"
- git fetch "https://gerrit.opencord.org/${cfg.gerritProject}" ${cfg.gerritRefspec} && git checkout FETCH_HEAD
+ git fetch "https://gerrit.lfbroadband.org/${cfg.gerritProject}" ${cfg.gerritRefspec} && git checkout FETCH_HEAD
echo "Currently on commit: \n"
git log -1 --oneline