From 0c2c98a8f831ba97aa9c283a492d8036942de28e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:32:42 +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: I195b07206cc85f090ce0597ae7248513a2835311 --- playbooks/legacy/bifrost-integration-dhcp/run.yaml | 4 ++-- playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml | 4 ++-- playbooks/legacy/bifrost-integration-tinyipa/run.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/playbooks/legacy/bifrost-integration-dhcp/run.yaml b/playbooks/legacy/bifrost-integration-dhcp/run.yaml index 2562e424c..862ee43da 100644 --- a/playbooks/legacy/bifrost-integration-dhcp/run.yaml +++ b/playbooks/legacy/bifrost-integration-dhcp/run.yaml @@ -36,7 +36,7 @@ EOF fi /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements + https://git.openstack.org $ZUUL_PROJECT openstack/requirements # REQS_DIR is not set for openstack/requirements and there is also # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -54,7 +54,7 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack/bifrost \ openstack/diskimage-builder \ openstack/ironic \ diff --git a/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml b/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml index e7906d080..705ac53c7 100644 --- a/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml +++ b/playbooks/legacy/bifrost-integration-dibipa-debian/run.yaml @@ -36,7 +36,7 @@ EOF fi /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org $ZUUL_PROJECT openstack/requirements + https://git.openstack.org $ZUUL_PROJECT openstack/requirements # REQS_DIR is not set for openstack/requirements and there is also # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -54,7 +54,7 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack/bifrost \ openstack/diskimage-builder \ openstack/ironic \ diff --git a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml index bc710780d..2190a5473 100644 --- a/playbooks/legacy/bifrost-integration-tinyipa/run.yaml +++ b/playbooks/legacy/bifrost-integration-tinyipa/run.yaml @@ -46,7 +46,7 @@ EOF fi /usr/zuul-env/bin/zuul-cloner -m $CLONEMAP --cache-dir /opt/git \ - git://git.openstack.org openstack/bifrost openstack/requirements + https://git.openstack.org openstack/bifrost openstack/requirements # REQS_DIR is not set for openstack/requirements and there is also # no need to copy in this case. if [[ "$ZUUL_PROJECT" != "openstack/requirements" ]]; then @@ -64,7 +64,7 @@ cd $WORKSPACE /usr/zuul-env/bin/zuul-cloner --cache-dir /opt/git \ - git://git.openstack.org \ + https://git.openstack.org \ openstack/bifrost \ openstack/ironic \ openstack/python-ironicclient \