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:
parent
7ef12b7580
commit
aa7106657f
@ -1,6 +1,6 @@
|
|||||||
zuul_server:
|
zuul_server:
|
||||||
gerrit_site: http://review.openstack.org
|
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_host: 119.9.13.90
|
||||||
gearman_port: 4730
|
gearman_port: 4730
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
def _grab_jjb(self):
|
def _grab_jjb(self):
|
||||||
# Grab a copy of JJB's config
|
# Grab a copy of JJB's config
|
||||||
temp_path = self.useFixture(fixtures.TempDir()).path
|
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)
|
utils.execute_to_log(cmd, '/dev/null', cwd=temp_path)
|
||||||
return os.path.join(
|
return os.path.join(
|
||||||
temp_path, 'config',
|
temp_path, 'config',
|
||||||
@ -57,7 +57,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
'ZUUL_UUID': job_uuid,
|
'ZUUL_UUID': job_uuid,
|
||||||
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
||||||
'ZUUL_PIPELINE': 'check',
|
'ZUUL_PIPELINE': 'check',
|
||||||
'ZUUL_URL': 'git://git.openstack.org/',
|
'ZUUL_URL': 'https://git.openstack.org/',
|
||||||
'BRANCH': 'master',
|
'BRANCH': 'master',
|
||||||
'BASE_LOG_PATH': '56/123456/8',
|
'BASE_LOG_PATH': '56/123456/8',
|
||||||
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
||||||
|
@ -36,7 +36,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
'ZUUL_UUID': job_uuid,
|
'ZUUL_UUID': job_uuid,
|
||||||
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
||||||
'ZUUL_PIPELINE': 'check',
|
'ZUUL_PIPELINE': 'check',
|
||||||
'ZUUL_URL': 'git://git.openstack.org/',
|
'ZUUL_URL': 'https://git.openstack.org/',
|
||||||
'BRANCH': 'master',
|
'BRANCH': 'master',
|
||||||
'BASE_LOG_PATH': '56/123456/8',
|
'BASE_LOG_PATH': '56/123456/8',
|
||||||
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
||||||
@ -84,7 +84,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
'ZUUL_UUID': job_uuid,
|
'ZUUL_UUID': job_uuid,
|
||||||
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
||||||
'ZUUL_PIPELINE': 'check',
|
'ZUUL_PIPELINE': 'check',
|
||||||
'ZUUL_URL': 'git://git.openstack.org/',
|
'ZUUL_URL': 'https://git.openstack.org/',
|
||||||
'BRANCH': 'master',
|
'BRANCH': 'master',
|
||||||
'BASE_LOG_PATH': '56/123456/8',
|
'BASE_LOG_PATH': '56/123456/8',
|
||||||
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
||||||
@ -148,7 +148,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
'ZUUL_UUID': job_uuid,
|
'ZUUL_UUID': job_uuid,
|
||||||
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
||||||
'ZUUL_PIPELINE': 'check',
|
'ZUUL_PIPELINE': 'check',
|
||||||
'ZUUL_URL': 'git://git.openstack.org/',
|
'ZUUL_URL': 'https://git.openstack.org/',
|
||||||
'BRANCH': 'master',
|
'BRANCH': 'master',
|
||||||
'BASE_LOG_PATH': '56/123456/8',
|
'BASE_LOG_PATH': '56/123456/8',
|
||||||
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
||||||
@ -209,7 +209,7 @@ class TestTaskRunner(base.TestWithGearman):
|
|||||||
'ZUUL_UUID': job_uuid,
|
'ZUUL_UUID': job_uuid,
|
||||||
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
'ZUUL_PROJECT': 'stackforge/turbo-hipster',
|
||||||
'ZUUL_PIPELINE': 'check',
|
'ZUUL_PIPELINE': 'check',
|
||||||
'ZUUL_URL': 'git://git.openstack.org/',
|
'ZUUL_URL': 'https://git.openstack.org/',
|
||||||
'BRANCH': 'master',
|
'BRANCH': 'master',
|
||||||
'BASE_LOG_PATH': '56/123456/8',
|
'BASE_LOG_PATH': '56/123456/8',
|
||||||
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
'LOG_PATH': '56/123456/8/check/job_name/%s' % job_uuid
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
zuul_server:
|
zuul_server:
|
||||||
gerrit_site: http://review.openstack.org
|
gerrit_site: http://review.openstack.org
|
||||||
git_origin: git://git.openstack.org
|
git_origin: https://git.openstack.org
|
||||||
gearman_host: localhost
|
gearman_host: localhost
|
||||||
gearman_port: 0
|
gearman_port: 0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
zuul_server:
|
zuul_server:
|
||||||
gerrit_site: http://review.openstack.org
|
gerrit_site: http://review.openstack.org
|
||||||
git_origin: git://git.openstack.org
|
git_origin: https://git.openstack.org
|
||||||
gearman_host: localhost
|
gearman_host: localhost
|
||||||
gearman_port: 0
|
gearman_port: 0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
zuul_server:
|
zuul_server:
|
||||||
gerrit_site: http://review.openstack.org
|
gerrit_site: http://review.openstack.org
|
||||||
git_origin: git://git.openstack.org
|
git_origin: https://git.openstack.org
|
||||||
gearman_host: localhost
|
gearman_host: localhost
|
||||||
gearman_port: 0
|
gearman_port: 0
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
zuul_server:
|
zuul_server:
|
||||||
gerrit_site: http://review.openstack.org
|
gerrit_site: http://review.openstack.org
|
||||||
git_origin: git://git.openstack.org
|
git_origin: https://git.openstack.org
|
||||||
gearman_host: localhost
|
gearman_host: localhost
|
||||||
gearman_port: 0
|
gearman_port: 0
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ fi
|
|||||||
if [ -z "$GIT_ORIGIN" ] || [ -n "$ZUUL_NEWREV" ]
|
if [ -z "$GIT_ORIGIN" ] || [ -n "$ZUUL_NEWREV" ]
|
||||||
then
|
then
|
||||||
GIT_ORIGIN="$GERRIT_SITE/p"
|
GIT_ORIGIN="$GERRIT_SITE/p"
|
||||||
# git://git.openstack.org/
|
# https://git.openstack.org/
|
||||||
# https://review.openstack.org/p
|
# https://review.openstack.org/p
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user