From 3bb518d9cee5c458cfb438dec57386d719327571 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:33 +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: I0b4e3ec44d4e577f6a8af4c8a94ea9ca78c3c20d --- run_tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_tests.sh b/run_tests.sh index 08cdb79b0..96ad3ce3b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -22,7 +22,7 @@ INSTALL_FROM_SOURCE=${INSTALL_FROM_SOURCE:-true} MANAGE_REPOS=${MANAGE_REPOS:-true} DELOREAN=${DELOREAN:-https://trunk.rdoproject.org/centos7-master/current-passed-ci/delorean.repo} DELOREAN_DEPS=${DELOREAN_DEPS:-https://trunk.rdoproject.org/centos7-master/delorean-deps.repo} -GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org} +GIT_BASE_URL=${GIT_BASE_URL:-https://git.openstack.org} ADDITIONAL_ARGS=${ADDITIONAL_ARGS:-} SELINUX_ENFORCING=${SELINUX_ENFORCING:-true} # If logs should be retrieved automatically @@ -60,7 +60,7 @@ EOF # Periodic jobs run without ref on master ZUUL_REF=${ZUUL_REF:-None} ZUUL_BRANCH=${ZUUL_BRANCH:-master} - GIT_BASE_URL=${GIT_BASE_URL:-git://git.openstack.org} + GIT_BASE_URL=${GIT_BASE_URL:-https://git.openstack.org} local project_names=$(awk '{ if ($1 == ":git") print $3 }' \ Puppetfile0 | tr -d "'," | cut -d '/' -f 4- | xargs @@ -69,7 +69,7 @@ EOF --cache-dir /opt/git \ --zuul-ref $ZUUL_REF \ --zuul-branch $ZUUL_BRANCH \ - git://git.openstack.org $project_names + https://git.openstack.org $project_names } # Install all Puppet modules with r10k