Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org git:// URLs with https:// equivalents. This is in aid of a planned future move of the git hosting infrastructure to a self-hosted instance of gitea (https://gitea.io), which does not support the git wire protocol at this stage. This update should result in no functional change. For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html Change-Id: I648dbeadf4ff11e3d9f23521be530b36186927d9
This commit is contained in:
parent
5f83fbf0a4
commit
8c030f0eaf
@ -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: \
|
||||
|
Loading…
Reference in New Issue
Block a user