summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjacky06 <zhang.min@99cloud.net>2019-04-23 13:25:34 +0800
committerjacky06 <zhang.min@99cloud.net>2019-04-23 05:35:56 +0000
commitfc36aa36b7ed2b403643d9df479710641b3246d8 (patch)
tree4572c05a954fb2ff11773209fc574d038bf1700f
parent25240a9785b4fee0fc543ad6b27ff6f3c85acea1 (diff)
downloadoslo-utils-fc36aa36b7ed2b403643d9df479710641b3246d8.tar.gz
Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I90c0338f37fb6c8ed3b555b2d9d6b76aff6dad76 Closes-Bug: #1825935
-rw-r--r--README.rst2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4594d9a..871d53b 100644
--- a/README.rst
+++ b/README.rst
@@ -24,6 +24,6 @@ such as encoding, exception handling, string manipulation, and time handling.
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.utils/latest/
-* Source: https://git.openstack.org/cgit/openstack/oslo.utils
+* Source: https://opendev.org/openstack/oslo.utils
* Bugs: https://bugs.launchpad.net/oslo.utils
* Release notes: https://docs.openstack.org/releasenotes/oslo.utils/
diff --git a/tox.ini b/tox.ini
index ec099e4..3c31586 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
install_command = pip install {opts} {packages}
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 = stestr run --slowest {posargs}