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:
@@ -112,7 +112,7 @@ while (( "$#" )); do
|
|||||||
if ! [ -d $project/.git ]; then
|
if ! [ -d $project/.git ]; then
|
||||||
if ! [ -d $project ]; then
|
if ! [ -d $project ]; then
|
||||||
echo "$project not found on filesystem. Will attempt to clone"
|
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
|
else
|
||||||
warning_message "$project is not a git repo"
|
warning_message "$project is not a git repo"
|
||||||
echo "skipping..."
|
echo "skipping..."
|
||||||
|
2
tox.ini
2
tox.ini
@@ -86,7 +86,7 @@ ignore = E125,E129,E402,H,W503
|
|||||||
|
|
||||||
[testenv:grafyaml]
|
[testenv:grafyaml]
|
||||||
deps =
|
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
|
basepython = python2.7
|
||||||
commands = grafana-dashboard validate grafana
|
commands = grafana-dashboard validate grafana
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user