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.
|
--ref -- The git reference to check out. Defaults to HEAD.
|
||||||
|
|
||||||
--upstream -- The upstream server URL, without the git repo
|
--upstream -- The upstream server URL, without the git repo
|
||||||
part. Defaults to git://git.openstack.org
|
part. Defaults to https://git.openstack.org
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
@ -68,7 +68,7 @@ WORKSPACE="."
|
|||||||
CACHE_DIR="${ZUUL_CACHE_DIR:-/opt/git}"
|
CACHE_DIR="${ZUUL_CACHE_DIR:-/opt/git}"
|
||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
REF=""
|
REF=""
|
||||||
UPSTREAM="git://git.openstack.org"
|
UPSTREAM="https://git.openstack.org"
|
||||||
|
|
||||||
if [[ $(uname) != "Darwin" ]]; then
|
if [[ $(uname) != "Darwin" ]]; then
|
||||||
OPTS=`getopt -o hv --long branch:,cache-dir:,ref:,upstream:,workspace: \
|
OPTS=`getopt -o hv --long branch:,cache-dir:,ref:,upstream:,workspace: \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user