summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuigi Toscano <ltoscano@redhat.com>2019-04-18 15:09:46 +0200
committerLuigi Toscano <ltoscano@redhat.com>2019-04-20 13:51:06 +0200
commitc53831d686d9e94187ce5dfdbfa43883b792280e (patch)
tree1dea0face0a3aa52c7d5d5b26f47ecece0fa16a9
parent45838c4d4af71be7112c7df6abc4b0fb304d36f5 (diff)
downloadpython-saharaclient-c53831d686d9e94187ce5dfdbfa43883b792280e.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: I926a174b37954134b274013c1f5d9020ae97bf33
-rw-r--r--README.rst2
-rw-r--r--tox.ini8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index a9f8f60..0ad60c6 100644
--- a/README.rst
+++ b/README.rst
@@ -38,7 +38,7 @@ in the `developer guide
.. _Online Documentation: https://docs.openstack.org/python-saharaclient/latest/
.. _Blueprints: http://specs.openstack.org/openstack/sahara-specs/
.. _Bugs: https://storyboard.openstack.org/#!/project/934
-.. _Source: https://git.openstack.org/cgit/openstack/python-saharaclient
+.. _Source: https://opendev.org/openstack/python-saharaclient
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
.. _Specs: https://specs.openstack.org/openstack/sahara-specs/
.. _Release Notes: https://docs.openstack.org/releasenotes/python-saharaclient
diff --git a/tox.ini b/tox.ini
index aa5e71e..62fe647 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv =
VIRTUAL_ENV={envdir}
DISCOVER_DIRECTORY=saharaclient/tests/unit
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.pyc" -delete
@@ -56,7 +56,7 @@ commands = flake8
[testenv:doc8]
basepython = python3
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}/requirements.txt
-r{toxinidir}/test-requirements.txt
doc8
@@ -69,7 +69,7 @@ commands = {posargs}
[testenv:docs]
basepython = python3
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =
@@ -79,7 +79,7 @@ commands =
[testenv:releasenotes]
basepython = python3
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}/requirements.txt
-r{toxinidir}/doc/requirements.txt
commands =