Merge "Replace openstack.org git:// URLs with https://"

This commit is contained in:
Ian Wienand 2019-04-10 01:13:03 +00:00 committed by Gerrit Code Review
commit 2c61e7886b
4 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ SERVICE_TOKEN=abc123
# Using group-policy branches
# ---------------------------
#GIT_BASE=${GIT_BASE:-git://git.openstack.org}
#GIT_BASE=${GIT_BASE:-https://git.openstack.org}
#GBPSERVICE_REPO=https://review.openstack.org/openstack/group-based-policy
#GBPSERVICE_BRANCH=refs/changes/54/240954/47

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