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: I0cc16c32dcea3b6036553c9f9e8df45a241254e0
This commit is contained in:
parent
90f1dd4975
commit
74540cbb58
@ -112,7 +112,7 @@ while (( "$#" )); do
|
||||
if ! [ -d $project/.git ]; then
|
||||
if ! [ -d $project ]; then
|
||||
echo "$project not found on filesystem. Will attempt to clone"
|
||||
$DEBUG git clone git://git.openstack.org/$project $project
|
||||
$DEBUG git clone https://git.openstack.org/$project $project
|
||||
else
|
||||
warning_message "$project is not a git repo"
|
||||
echo "skipping..."
|
||||
|
2
tox.ini
2
tox.ini
@ -86,7 +86,7 @@ ignore = E125,E129,E402,H,W503
|
||||
|
||||
[testenv:grafyaml]
|
||||
deps =
|
||||
{env:GRAFYAML_SRC:git+git://git.openstack.org/openstack-infra/grafyaml#egg=grafyaml}
|
||||
{env:GRAFYAML_SRC:git+https://git.openstack.org/openstack-infra/grafyaml#egg=grafyaml}
|
||||
basepython = python2.7
|
||||
commands = grafana-dashboard validate grafana
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user