From a1d11f90fef539644025c394cfe6f821e532afe8 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:47 +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: Ic33f4903f6ca065b733960e3c476f591d5774044 --- metadata.json | 2 +- spec/acceptance/fixtures/preconditions.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 6f73838..5386659 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "author": "Openstack CI", "summary": "Puppet module for Zuul", "license": "Apache 2.0", - "source": "git://git.openstack.org/openstack-infra/puppet-zuul.git", + "source": "https://git.openstack.org/openstack-infra/puppet-zuul.git", "project_page": "http://docs.openstack.org/infra/system-config/", "issues_url": "https://storyboard.openstack.org/#!/project/740", "dependencies": [ diff --git a/spec/acceptance/fixtures/preconditions.pp b/spec/acceptance/fixtures/preconditions.pp index 4ee171f..521a003 100644 --- a/spec/acceptance/fixtures/preconditions.pp +++ b/spec/acceptance/fixtures/preconditions.pp @@ -7,7 +7,7 @@ vcsrepo { '/etc/project-config': ensure => latest, provider => git, revision => 'master', - source => 'git://git.openstack.org/openstack-infra/project-config', + source => 'https://git.openstack.org/openstack-infra/project-config', } # Creating ssh rsa keys