From 74540cbb582dcec4425437a1ae4c8113e126f80e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:35:36 +0000 Subject: [PATCH] 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 --- .../files/release-tools/eol_branch.sh | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/copy-release-tools-scripts/files/release-tools/eol_branch.sh b/roles/copy-release-tools-scripts/files/release-tools/eol_branch.sh index 0b7a0fb9a3..a2559c19a8 100755 --- a/roles/copy-release-tools-scripts/files/release-tools/eol_branch.sh +++ b/roles/copy-release-tools-scripts/files/release-tools/eol_branch.sh @@ -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..." diff --git a/tox.ini b/tox.ini index b6ef56271d..0edd5fdf67 100644 --- a/tox.ini +++ b/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