summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Wienand <iwienand@redhat.com>2019-03-24 20:35:47 +0000
committerIan Wienand <iwienand@redhat.com>2019-03-24 20:35:47 +0000
commit2175baed0ef54e35ad96f96123f08e354403117d (patch)
tree8c705e285b06b354c1038a6ce827d330a02659d8
parentbec3387a1893a79e93103f0c2b660ba8c7728d0c (diff)
downloadpyeclib-2175baed0ef54e35ad96f96123f08e354403117d.tar.gz
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
-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