From 1ab3c2ad81beb5f0af5cfac08b43a214a55f33b6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:45 +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: Iae9cb7f3fdd8fb5c0bcb1112aa4eca9f3430193f --- manifests/site.pp | 2 +- metadata.json | 2 +- spec/acceptance/fixtures/default.pp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/site.pp b/manifests/site.pp index 736eb3f..80371cd 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -18,7 +18,7 @@ define reviewday::site( $gerrit_port = '29418', $gerrit_url = 'localhost', $gerrit_user = 'reviewday', - $git_url = 'git://git.openstack.org/openstack-infra/reviewday', + $git_url = 'https://git.openstack.org/openstack-infra/reviewday', $httproot = '/srv/static/reviewday', $reviewday_gerrit_ssh_key = undef, $reviewday_rsa_key_contents = undef, diff --git a/metadata.json b/metadata.json index e3ee70c..c33f11a 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "author": "OpenStack CI", "summary": "Puppet module for Reviewday", "license": "Apache 2.0", - "source": "git://git.openstack.org/openstack-infra/puppet-reviewday.git", + "source": "https://git.openstack.org/openstack-infra/puppet-reviewday.git", "project_page": "http://docs.openstack.org/infra/system-config/", "issues_url": "https://storyboard.openstack.org/#!/project/771", "dependencies": [ diff --git a/spec/acceptance/fixtures/default.pp b/spec/acceptance/fixtures/default.pp index 8abd87f..cd589fb 100644 --- a/spec/acceptance/fixtures/default.pp +++ b/spec/acceptance/fixtures/default.pp @@ -40,7 +40,7 @@ $status_vhost = 'NameVirtualHost *:80 } reviewday::site { 'reviewday': - git_url => 'git://git.openstack.org/openstack-infra/reviewday', + git_url => 'https://git.openstack.org/openstack-infra/reviewday', serveradmin => 'webmaster@openstack.org', httproot => '/srv/static/reviewday', gerrit_url => 'review.openstack.org',