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

This commit is contained in:
Zuul
2019-03-26 21:51:07 +00:00
committed by Gerrit Code Review

View File

@@ -58,7 +58,7 @@ Options:
--ref -- The git reference to check out. Defaults to HEAD.
--upstream -- The upstream server URL, without the git repo
part. Defaults to git://git.openstack.org
part. Defaults to https://git.openstack.org
EOF
}
@@ -68,7 +68,7 @@ WORKSPACE="."
CACHE_DIR="${ZUUL_CACHE_DIR:-/opt/git}"
BRANCH="master"
REF=""
UPSTREAM="git://git.openstack.org"
UPSTREAM="https://git.openstack.org"
if [[ $(uname) != "Darwin" ]]; then
OPTS=`getopt -o hv --long branch:,cache-dir:,ref:,upstream:,workspace: \