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: I3ba249dd18e72954181c8c8f91055a009987eaba
This commit is contained in:
Ian Wienand 2019-03-24 20:35:36 +00:00
parent a4388aa45d
commit 3412c9ef25
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ npm. This process is fairly straightforward, and will ensure that all
dependencies, tools, and other resources are available.::
# Check out the project
git checkout git://git.openstack.org/openstack/<PROJECT NAME>.git
git checkout https://git.openstack.org/openstack/<PROJECT NAME>.git
# Initialize the project.
cd <PROJECT NAME>