From 8425d85fd8130a1bc15aa677e01b85aad1ea6908 Mon Sep 17 00:00:00 2001 From: jacky06 Date: Tue, 23 Apr 2019 13:25:13 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I64347cfbd447605609dbe8d3628672776136d3ef Closes-Bug: #1825934 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5b857e5..b7b7bc7 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,6 @@ classes to provide custom project specific data. * Free software: Apache license * Documentation: https://docs.openstack.org/oslo.reports/latest -* Source: https://git.openstack.org/cgit/openstack/oslo.reports +* Source: https://opendev.org/openstack/oslo.reports * Bugs: https://bugs.launchpad.net/oslo.reports * Release notes: https://docs.openstack.org/releasenotes/oslo.reports/ diff --git a/tox.ini b/tox.ini index 3b3ae05..42b46ba 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist = py35,py27,pep8 [testenv] deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt install_command = pip install {opts} {packages}