Merge "Replace openstack.org git:// URLs with https://"
This commit is contained in:
@@ -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: \
|
||||
|
||||
Reference in New Issue
Block a user