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
This commit is contained in:
parent
093931ff2d
commit
ecd88a3967
@ -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::
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user