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: I473368bcbdb280a17a8a0910aeb52de3175ca5ce
This commit is contained in:
Ian Wienand 2019-03-24 20:33:43 +00:00
parent 9613784d40
commit fd0b62f9b8
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ Getting the code
Grab the code::
git clone git://git.openstack.org/openstack/group-based-policy.git
git clone https://git.openstack.org/openstack/group-based-policy.git
cd group-based-policy

View File

@ -12,7 +12,7 @@ Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlu
# Using group-policy branches
# ---------------------------
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
GBPSERVICE_REPO=${GIT_BASE}/openstack/group-based-policy.git
GBPSERVICE_BRANCH=master

View File

@ -12,7 +12,7 @@ Q_SERVICE_PLUGIN_CLASSES=neutron.services.l3_router.l3_router_plugin.L3RouterPlu
# Using group-policy branches
# ---------------------------
GIT_BASE=${GIT_BASE:-git://git.openstack.org}
GIT_BASE=${GIT_BASE:-https://git.openstack.org}
#GBPSERVICE_REPO=${GIT_BASE}/openstack/group-based-policy.git
GBPSERVICE_BRANCH=master