From 1fa7608ed88d8e61e40908422e33ed0007b9f5f7 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:34:13 +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: Iac99db0de5003bb52c1a10f991c0f9b468af221e --- doc/source/install/index.rst | 4 ++-- utils/install_requirements.sh | 2 +- utils/molteniron-playbook.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 8c2dc57..2e4d99c 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -18,7 +18,7 @@ then remove tox and reinstall. Next, do the following:: Then, check out the MoltenIron project:: - $ git clone git://git.openstack.org/openstack/molteniron.git + $ git clone https://git.openstack.org/openstack/molteniron.git $ cd molteniron/ Before you can install the package requirements, you may need to install a @@ -38,7 +38,7 @@ script must be run as follows:: Or with a clean installation of an Ubuntu 16.04 system, do the following:: $ sudo apt-get update - $ git clone git://git.openstack.org/openstack/molteniron.git + $ git clone https://git.openstack.org/openstack/molteniron.git $ cd molteniron/ $ ./utils/install_requirements.sh diff --git a/utils/install_requirements.sh b/utils/install_requirements.sh index e5c56df..9dc31b8 100755 --- a/utils/install_requirements.sh +++ b/utils/install_requirements.sh @@ -16,7 +16,7 @@ # limitations under the License. # -# $ git clone git://git.openstack.org/openstack/molteniron.git +# $ git clone https://git.openstack.org/openstack/molteniron.git # $ cd molteniron/ # $ ./utils/install_requirements.sh # diff --git a/utils/molteniron-playbook.yml b/utils/molteniron-playbook.yml index 629f07d..10688b4 100644 --- a/utils/molteniron-playbook.yml +++ b/utils/molteniron-playbook.yml @@ -85,7 +85,7 @@ - name: install molteniron source code from git git: - repo: git://git.openstack.org/openstack/molteniron.git + repo: https://git.openstack.org/openstack/molteniron.git dest: "{{ molteniron_source_dir }}" version: HEAD when: molteniron_source_dir_st.stat.islnk is not defined