From 21bab85fb0131d4c57d050b474d84973b29f4670 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Sun, 24 Mar 2019 20:33:55 +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: I7f904096fa0acb4182a28197f68594fd7beea2ee --- package.json | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6ed65be3..d2811213 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Horizon plugin for OpenStack Ironic.", "repository": { "type": "git", - "url": "git://git.openstack.org/openstack/ironic-ui" + "url": "https://git.openstack.org/openstack/ironic-ui" }, "author": "Openstack ", "license": "Apache-2.0", diff --git a/tox.ini b/tox.ini index 4afb6ad3..aa9b907a 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ commands = {posargs} [testenv:py3-dev] basepython = python3 commands = - pip install {env:HORIZON_REPO:git+git://git.openstack.org/openstack/horizon} + pip install {env:HORIZON_REPO:git+https://git.openstack.org/openstack/horizon} {[testenv]commands} [testenv:cover]