From 6c9a8346b3ab29e8b4acc98a5eac740a96dbd890 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 14:34:48 +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: I2a3b0d80fac1af5862f61b79e4fc31eb6195dcd0 --- README.rst | 2 +- doc/source/index.rst | 2 +- tox.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3a8d6a0..0b4326f 100644 --- a/README.rst +++ b/README.rst @@ -10,5 +10,5 @@ jobs. * Free software: Apache license * Documentation: https://docs.openstack.org/whereto/latest/ -* Source: http://git.openstack.org/cgit/openstack/whereto +* Source: http://opendev.org/openstack/whereto * Bugs: https://storyboard.openstack.org/#!/project/1037 diff --git a/doc/source/index.rst b/doc/source/index.rst index 770ae12..a415bc8 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,7 +11,7 @@ whereto is an app for testing redirect rules like what may appear in a .htaccess file for Apache. It provides a way to test those rules in CI jobs. -:Source: http://git.openstack.org/cgit/openstack/whereto +:Source: http://opendev.org/openstack/whereto :Bugs: https://storyboard.openstack.org/#!/project/1037 .. toctree:: diff --git a/tox.ini b/tox.ini index 6658b12..5a57faa 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning 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 commands =