Update upstream cloning URL
Change-Id: I38d07ddefc7b3b6faf0156adc0f3fe5faf86b72c Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
634cea8ab5
commit
56f6ffaa83
@ -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: \
|
||||
|
Loading…
x
Reference in New Issue
Block a user