Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Zuul 2019-04-14 04:08:12 +00:00 committed by Gerrit Code Review
commit 0570c02f65
1 changed files with 1 additions and 1 deletions

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