Update upstream cloning URL

Change-Id: I38d07ddefc7b3b6faf0156adc0f3fe5faf86b72c
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-04-21 14:25:41 -05:00
parent 634cea8ab5
commit 56f6ffaa83
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

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 https://git.openstack.org
part. Defaults to https://opendev.org
EOF
}
@ -68,7 +68,7 @@ WORKSPACE="."
CACHE_DIR="${ZUUL_CACHE_DIR:-/opt/git}"
BRANCH="master"
REF=""
UPSTREAM="https://git.openstack.org"
UPSTREAM="https://opendev.org"
if [[ $(uname) != "Darwin" ]]; then
OPTS=`getopt -o hv --long branch:,cache-dir:,ref:,upstream:,workspace: \