From ecd88a396760ae0fba50538f1fddde369cb31889 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:08 +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: I37f57d6c8b5c86ea87247dc0220c6030993633ec --- doc/source/contributing.rst | 2 +- doc/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index e7ba542..3571bfe 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -14,7 +14,7 @@ Start working 1. Clone the repo:: - $ git clone git://git.openstack.org/openstack/shaker + $ git clone https://git.openstack.org/openstack/shaker 2. From the root of your workspace, check out a new branch to work on:: diff --git a/doc/source/installation.rst b/doc/source/installation.rst index e5b433d..024cdb0 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -69,7 +69,7 @@ Shaker image can also be built using `diskimage-builder`_ tool. #. Install disk-image-builder. Refer to `diskimage-builder installation`_ #. Clone Shaker repo: - ``git clone git://git.openstack.org/openstack/shaker`` + ``git clone https://git.openstack.org/openstack/shaker`` #. Add search path for diskimage-builder elements: ``export ELEMENTS_PATH=shaker/shaker/resources/image_elements`` #. Build the image based on Ubuntu Xenial: