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
This commit is contained in:
Ian Wienand 2019-03-24 20:34:13 +00:00
parent 3aab0d2d72
commit 1fa7608ed8
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
#

View File

@ -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