From 6432222d249094bc65e8a1dbb0afa0d4d50e39db Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:05 +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: I687dd60f235fac20af3874f38ad7ab27c2a6f087 --- sync-test-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync-test-repos.sh b/sync-test-repos.sh index b85f338a..09f3f399 100755 --- a/sync-test-repos.sh +++ b/sync-test-repos.sh @@ -116,7 +116,7 @@ copy_files() { # Do not change these files unless you know what you are doing declare -ra files_to_sync=(run_tests.sh bindep.txt Vagrantfile tests/tests-repo-clone.sh .gitignore sync/tasks/*) -declare -r openstack_git_url="git://git.openstack.org" +declare -r openstack_git_url="https://git.openstack.org" excluded_projects= dry_run=false