From 2b53ece6dee138329631fb5585cbdfb29ebd8aaa Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:24 +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: I2dd44c94d50dbb5555f69b8f9f7924e50186aa9b --- doc/source/quickstart_git.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/quickstart_git.rst b/doc/source/quickstart_git.rst index 205899c..daaab1a 100644 --- a/doc/source/quickstart_git.rst +++ b/doc/source/quickstart_git.rst @@ -19,7 +19,7 @@ Installation on Ubuntu/Debian $ # create a virtual environment $ virtualenv ./vmtpenv $ . ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/openstack/vmtp + $ git clone https://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp @@ -36,7 +36,7 @@ Installation on RHEL/CentOS $ # create a virtual environment $ virtualenv ./vmtpenv $ . ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/openstack/vmtp + $ git clone https://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp @@ -61,7 +61,7 @@ First, download XCode from App Store, then execute below commands: $ # create a virtual environment $ virtualenv ./vmtpenv $ . ./vmtpenv/bin/activate - $ git clone git://git.openstack.org/openstack/vmtp + $ git clone https://git.openstack.org/openstack/vmtp $ cd vmtp $ pip install -r requirements-dev.txt $ cd vmtp