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: Ia48808d3849579bb5ab42d72514e15fcfa6b3ea4
This commit is contained in:
Ian Wienand 2019-03-24 20:35:47 +00:00
parent bec3387a18
commit 2175baed0e
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack/liberasurecode \
openstack/pyeclib
# build libec

View File

@ -16,7 +16,7 @@
set -x
cd $WORKSPACE
/usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \
git://git.openstack.org \
https://git.openstack.org \
openstack/liberasurecode \
openstack/pyeclib
# build libec

View File

@ -49,7 +49,7 @@ if [ -z "$LIBERASURECODE_DIR" ]; then
exit 1
fi
if [ ! -d "$LIBERASURECODE_DIR" ]; then
git clone git://git.openstack.org/openstack/liberasurecode "$LIBERASURECODE_DIR"
git clone https://git.openstack.org/openstack/liberasurecode "$LIBERASURECODE_DIR"
fi
pushd "$LIBERASURECODE_DIR"
if [ -n "$LIBERASURECODE_REF" ]; then