From 2175baed0ef54e35ad96f96123f08e354403117d Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:47 +0000 Subject: [PATCH] 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 --- playbooks/legacy/libec-pyeclib-unit-centos-7/run.yaml | 2 +- playbooks/legacy/libec-pyeclib-unit/run.yaml | 2 +- tools/pip-install-with-liberasurecode.sh | 2 +- 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