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