From 814fd4486885e7a179529b3320eb5c84fba35bda Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:36 +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: I3c2aeeb75c6bbd39d2aac577360bb8bfd5f77f73 --- jenkins/jobs/macros-common.yaml | 4 ++-- tools/run-compare-xml.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jenkins/jobs/macros-common.yaml b/jenkins/jobs/macros-common.yaml index 10a7806..f3cd3c3 100644 --- a/jenkins/jobs/macros-common.yaml +++ b/jenkins/jobs/macros-common.yaml @@ -4,10 +4,10 @@ - shell: | #!/bin/bash -xe if [[ ! -e devstack-gate ]]; then - git clone git://git.openstack.org/openstack-infra/devstack-gate + git clone https://git.openstack.org/openstack-infra/devstack-gate else cd devstack-gate - git remote set-url origin git://git.openstack.org/openstack-infra/devstack-gate + git remote set-url origin https://git.openstack.org/openstack-infra/devstack-gate git remote update git reset --hard if ! git clean -x -f ; then diff --git a/tools/run-compare-xml.sh b/tools/run-compare-xml.sh index 49e210f..f16b2b5 100755 --- a/tools/run-compare-xml.sh +++ b/tools/run-compare-xml.sh @@ -19,7 +19,7 @@ rm -fr .test mkdir .test cd .test -/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git git://git.openstack.org openstack-infra/jenkins-job-builder +/usr/zuul-env/bin/zuul-cloner -m ../tools/run-compare-clonemap.yaml --cache-dir /opt/git https://git.openstack.org openstack-infra/jenkins-job-builder cd jenkins-job-builder # These are $WORKSPACE/.test/jenkins-job-builder/.test/... mkdir -p .test/old/config