From dcc0b4af39c355e63d19a3f3498768a698f03f41 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:47 +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: I07753f874ac33d25008bded49e8cb5a9e6b437fc --- doc/source/devref/development_environment.rst | 2 +- tools/tox_install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/devref/development_environment.rst b/doc/source/devref/development_environment.rst index a90d9e3f..dc525609 100644 --- a/doc/source/devref/development_environment.rst +++ b/doc/source/devref/development_environment.rst @@ -34,7 +34,7 @@ Getting the code Grab the code:: - git clone git://git.openstack.org/openstack/nova-powervm + git clone https://git.openstack.org/openstack/nova-powervm cd nova-powervm Setting up your environment diff --git a/tools/tox_install.sh b/tools/tox_install.sh index 11b437cb..97dfac67 100755 --- a/tools/tox_install.sh +++ b/tools/tox_install.sh @@ -37,7 +37,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 .