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/helm-lint.sh b/jjb/shell/helm-lint.sh
index 05ec1ad..1234807 100644
--- a/jjb/shell/helm-lint.sh
+++ b/jjb/shell/helm-lint.sh
@@ -17,10 +17,10 @@
helm repo add stable https://charts.helm.sh/stable
helm repo add rook-release https://charts.rook.io/release
-helm repo add cord https://charts.opencord.org
+helm repo add cord https://charts.lfbroadband.org
## Clone tool chain
-git clone ssh://jenkins@gerrit.opencord.org:29418/helm-repo-tools.git
+git clone ssh://jenkins@gerrit.lfbroadband.org:29418/helm-repo-tools.git
./helm-repo-tools/helmlint.sh clean
echo "*.lock" >> .gitignore
@@ -33,7 +33,7 @@
git config --global user.name "Jenkins"
# Check for chart version conflicts by building the repo (don't upload)
-git clone "ssh://jenkins@gerrit.opencord.org:29418/$OLD_REPO_DIR.git"
+git clone "ssh://jenkins@gerrit.lfbroadband.org:29418/$OLD_REPO_DIR.git"
./helm-repo-tools/helmrepo.sh # [TODO] make ???