summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml2
-rw-r--r--playbooks/legacy/libec-pyeclib-unit/run.yaml2
-rwxr-xr-xtools/pip-install-with-liberasurecode.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml b/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
index 0634e9e..f51521f 100644
--- a/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
+++ b/playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml
@@ -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
diff --git a/playbooks/legacy/libec-pyeclib-unit/run.yaml b/playbooks/legacy/libec-pyeclib-unit/run.yaml
index e7f50e9..5aa474f 100644
--- a/playbooks/legacy/libec-pyeclib-unit/run.yaml
+++ b/playbooks/legacy/libec-pyeclib-unit/run.yaml
@@ -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
diff --git a/tools/pip-install-with-liberasurecode.sh b/tools/pip-install-with-liberasurecode.sh
index bdb43b6..99e022b 100755
--- a/tools/pip-install-with-liberasurecode.sh
+++ b/tools/pip-install-with-liberasurecode.sh
@@ -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