From 875e7201bca9fc8ac880252ba73af15df8771df6 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:36:22 +0000 Subject: [PATCH] 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: I2eecc45d29554825b959b6df1d9d28b30b4e9c8d --- doc/source/records/02-api-update/record.json | 2 +- doc/source/records/02-api-update/script | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/records/02-api-update/record.json b/doc/source/records/02-api-update/record.json index b9923bb..554d68c 100644 --- a/doc/source/records/02-api-update/record.json +++ b/doc/source/records/02-api-update/record.json @@ -2976,7 +2976,7 @@ ], [ 0.5, - "git clone git://git.openstack.org/openstack/tuning-box.git" + "git clone https://git.openstack.org/openstack/tuning-box.git" ], [ 0.5, diff --git a/doc/source/records/02-api-update/script b/doc/source/records/02-api-update/script index f69bd49..7ad894b 100644 --- a/doc/source/records/02-api-update/script +++ b/doc/source/records/02-api-update/script @@ -1,5 +1,5 @@ yum install git python-pip python-alembic python-flask -git clone git://git.openstack.org/openstack/tuning-box.git +git clone https://git.openstack.org/openstack/tuning-box.git pip install -e tuning-box sudo -u postgres psql -c '\dt' nailgun | grep tuning_box nailgun_syncdb