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: Ibf57ccd514b35dd31d9a8482aaab2b0b845d0d5f
This commit is contained in:
parent
31b87219c8
commit
a3f90db284
@ -67,7 +67,7 @@ main ()
|
|||||||
cd ./fuel-ccp-installer
|
cd ./fuel-ccp-installer
|
||||||
|
|
||||||
if [ "$FUEL_CCP_COMMIT" ]; then
|
if [ "$FUEL_CCP_COMMIT" ]; then
|
||||||
git fetch git://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD
|
git fetch https://git.openstack.org/openstack/fuel-ccp-installer $FUEL_CCP_COMMIT && git checkout FETCH_HEAD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Running on $NODE_NAME: $ENV_NAME"
|
echo "Running on $NODE_NAME: $ENV_NAME"
|
||||||
|
@ -27,7 +27,7 @@ to be installed within virtual environment.
|
|||||||
|
|
||||||
.. code::
|
.. code::
|
||||||
|
|
||||||
$ git clone git://git.openstack.org/openstack/oslo.messaging
|
$ git clone https://git.openstack.org/openstack/oslo.messaging
|
||||||
$ cd oslo.messaging/
|
$ cd oslo.messaging/
|
||||||
$ virtualenv .venv
|
$ virtualenv .venv
|
||||||
$ source .venv/bin/activate
|
$ source .venv/bin/activate
|
||||||
|
Loading…
Reference in New Issue
Block a user