summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-05-04 18:49:41 +0000
committerGerrit Code Review <review@openstack.org>2019-05-04 18:49:41 +0000
commit13801a59d3ce4256b4e83a7d907a48502d5e9bb8 (patch)
tree19656929619eb5db23d5f50e23d0d768d1205804
parentb7b9c44053ffd86d8c7661aa5dbc33ed1ecbd6da (diff)
parentffb579b76c7f6ed311a90480d82e4fd78178cf1a (diff)
downloadcliff-13801a59d3ce4256b4e83a7d907a48502d5e9bb8.tar.gz
Merge "Updates for OpenDev transition"
-rw-r--r--README.rst2
-rw-r--r--doc/source/install/index.rst2
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e72ba11..b3a0f18 100644
--- a/README.rst
+++ b/README.rst
@@ -19,5 +19,5 @@ other extensions.
* Free software: Apache license
* Documentation: https://docs.openstack.org/cliff/latest/
-* Source: https://git.openstack.org/cgit/openstack/cliff
+* Source: https://opendev.org/openstack/cliff
* Bugs: https://bugs.launchpad.net/python-cliff
diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst
index 51e0250..406bea0 100644
--- a/doc/source/install/index.rst
+++ b/doc/source/install/index.rst
@@ -33,7 +33,7 @@ or::
Source Code
===========
-The source is hosted on github: https://git.openstack.org/cgit/openstack/cliff
+The source is hosted on OpenDev: https://opendev.org/openstack/cliff
Reporting Bugs
==============
diff --git a/tox.ini b/tox.ini
index cf8af26..f642ee9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands =
python setup.py test --coverage --coverage-package-name=cliff --slowest --testr-args='{posargs}'
coverage report --show-missing
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/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt