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: Id83a351a8aa24c455f2cd030e01feb776acd0013
This commit is contained in:
Ian Wienand 2019-03-24 20:36:22 +00:00
parent 7ef12b7580
commit aa7106657f
8 changed files with 12 additions and 12 deletions

View File

@ -1,6 +1,6 @@
zuul_server:
gerrit_site: http://review.openstack.org
git_origin: git://git.openstack.org
git_origin: https://git.openstack.org
gearman_host: 119.9.13.90
gearman_port: 4730

View File

@ -29,7 +29,7 @@ class TestTaskRunner(base.TestWithGearman):
def _grab_jjb(self):
# Grab a copy of JJB's config
temp_path = self.useFixture(fixtures.TempDir()).path
cmd = 'git clone git://git.openstack.org/openstack-infra/config'
cmd = 'git clone https://git.openstack.org/openstack-infra/config'
utils.execute_to_log(cmd, '/dev/null', cwd=temp_path)
return os.path.join(
temp_path, 'config',
@ -57,7 +57,7 @@ class TestTaskRunner(base.TestWithGearman):
'ZUUL_UUID': job_uuid,
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
'ZUUL_PIPELINE': 'check',
'ZUUL_URL': 'git://git.openstack.org/',
'ZUUL_URL': 'https://git.openstack.org/',
'BRANCH': 'master',
'BASE_LOG_PATH': '56/123456/8',
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid

View File

@ -36,7 +36,7 @@ class TestTaskRunner(base.TestWithGearman):
'ZUUL_UUID': job_uuid,
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
'ZUUL_PIPELINE': 'check',
'ZUUL_URL': 'git://git.openstack.org/',
'ZUUL_URL': 'https://git.openstack.org/',
'BRANCH': 'master',
'BASE_LOG_PATH': '56/123456/8',
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
@ -84,7 +84,7 @@ class TestTaskRunner(base.TestWithGearman):
'ZUUL_UUID': job_uuid,
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
'ZUUL_PIPELINE': 'check',
'ZUUL_URL': 'git://git.openstack.org/',
'ZUUL_URL': 'https://git.openstack.org/',
'BRANCH': 'master',
'BASE_LOG_PATH': '56/123456/8',
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
@ -148,7 +148,7 @@ class TestTaskRunner(base.TestWithGearman):
'ZUUL_UUID': job_uuid,
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
'ZUUL_PIPELINE': 'check',
'ZUUL_URL': 'git://git.openstack.org/',
'ZUUL_URL': 'https://git.openstack.org/',
'BRANCH': 'master',
'BASE_LOG_PATH': '56/123456/8',
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
@ -209,7 +209,7 @@ class TestTaskRunner(base.TestWithGearman):
'ZUUL_UUID': job_uuid,
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
'ZUUL_PIPELINE': 'check',
'ZUUL_URL': 'git://git.openstack.org/',
'ZUUL_URL': 'https://git.openstack.org/',
'BRANCH': 'master',
'BASE_LOG_PATH': '56/123456/8',
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid

View File

@ -1,6 +1,6 @@
zuul_server:
gerrit_site: http://review.openstack.org
git_origin: git://git.openstack.org
git_origin: https://git.openstack.org
gearman_host: localhost
gearman_port: 0

View File

@ -1,6 +1,6 @@
zuul_server:
gerrit_site: http://review.openstack.org
git_origin: git://git.openstack.org
git_origin: https://git.openstack.org
gearman_host: localhost
gearman_port: 0

View File

@ -1,6 +1,6 @@
zuul_server:
gerrit_site: http://review.openstack.org
git_origin: git://git.openstack.org
git_origin: https://git.openstack.org
gearman_host: localhost
gearman_port: 0

View File

@ -1,6 +1,6 @@
zuul_server:
gerrit_site: http://review.openstack.org
git_origin: git://git.openstack.org
git_origin: https://git.openstack.org
gearman_host: localhost
gearman_port: 0

View File

@ -20,7 +20,7 @@ fi
if [ -z "$GIT_ORIGIN" ] || [ -n "$ZUUL_NEWREV" ]
then
GIT_ORIGIN="$GERRIT_SITE/p"
# git://git.openstack.org/
# https://git.openstack.org/
# https://review.openstack.org/p
fi