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
This commit is contained in:
Ian Wienand 2019-03-24 20:35:05 +00:00
parent 86a697cf4b
commit 6432222d24

View File

@ -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