From 5d97b196a6188ff3c971a90d777ee947adf38600 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:16 +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: I4e20c4d58c8e1e1fc6381a797f942ac28acc3d1f --- tools/tox_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 6e36bf9b..cff36f60 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -11,7 +11,7 @@ requirements_installed=$(echo "import openstack_requirements" | python 2>/dev/nu set -e -git config --global url.https://git.openstack.org/.insteadOf git://git.openstack.org/ +git config --global url.https://git.openstack.org/.insteadOf https://git.openstack.org/ CONSTRAINTS_FILE=$1 shift @@ -35,7 +35,7 @@ elif [ -x "$ZUUL_CLONER" ]; then $ZUUL_CLONER --cache-dir \ /opt/git \ --branch $BRANCH_NAME \ - git://git.openstack.org \ + https://git.openstack.org \ openstack/requirements cd openstack/requirements $install_cmd -e .