From c0d83ab8ec59bbfa1ea057558a970d747d5af26b Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:41 +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: I5934001d156c2e8061a1de16733ea3076d75efce --- spec/spec_helper_acceptance.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 429e807..1275b7a 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -35,7 +35,7 @@ RSpec.configure do |c| zuul_clone_cmd += "--zuul-ref #{zuul_ref} " zuul_clone_cmd += "--zuul-branch #{zuul_branch} " zuul_clone_cmd += "--zuul-url #{zuul_url} " - zuul_clone_cmd += "git://git.openstack.org #{repo}" + zuul_clone_cmd += "https://git.openstack.org #{repo}" on host, zuul_clone_cmd else on host, "git clone https://git.openstack.org/#{repo} #{repo}"