Replace openstack.org git:// URLs with https://

This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I250cbe6699b73d7ddeb3c6e2b875ce8e439276be
This commit is contained in:
Ian Wienand 2019-03-24 20:33:56 +00:00
parent b67c0bc754
commit ced1495a96
2 changed files with 4 additions and 4 deletions

View File

@ -23,9 +23,9 @@ CONFIGS=$(ls -1 ${CONFIGS_DIR}/*.conf 2>/dev/null)
cd .test cd .test
if [ -e /usr/zuul-env/bin/zuul-cloner ]; if [ -e /usr/zuul-env/bin/zuul-cloner ];
then then
/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/project-config /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/project-config
else else
git clone --depth=1 git://git.openstack.org/openstack-infra/project-config git clone --depth=1 https://git.openstack.org/openstack-infra/project-config
fi fi
# setup a default configuration to compare results against # setup a default configuration to compare results against
cp -r project-config/jenkins/jobs/* run-conf/config cp -r project-config/jenkins/jobs/* run-conf/config

View File

@ -24,9 +24,9 @@ mkdir -p .test/new/out
cd .test cd .test
if [ -e /usr/zuul-env/bin/zuul-cloner ]; if [ -e /usr/zuul-env/bin/zuul-cloner ];
then then
/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/project-config /usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/project-config
else else
git clone --depth=1 git://git.openstack.org/openstack-infra/project-config git clone --depth=1 https://git.openstack.org/openstack-infra/project-config
fi fi
cp -r project-config/jenkins/jobs/* old/config cp -r project-config/jenkins/jobs/* old/config
cp -r project-config/jenkins/jobs/* new/config cp -r project-config/jenkins/jobs/* new/config