summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDean Troyer <dtroyer@gmail.com>2019-04-21 10:05:48 -0500
committerDean Troyer <dtroyer@gmail.com>2019-04-21 10:07:45 -0500
commitffb579b76c7f6ed311a90480d82e4fd78178cf1a (patch)
tree601a453a04ae13b45a2391feaaf081e4e771e65e
parent6e52ba5bcca0b032df89f215d3ebf22a97b66c61 (diff)
downloadcliff-ffb579b76c7f6ed311a90480d82e4fd78178cf1a.tar.gz
Updates for OpenDev transition
Change-Id: If5a40b37102d4f729c5eb5a0316f7e3857afe151 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
-rw-r--r--README.rst2
-rw-r--r--doc/source/install/index.rst2
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
4 files changed, 4 insertions, 4 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/setup.cfg b/setup.cfg
index eb03f01..d8bf400 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,7 +2,7 @@
name = cliff
description-file = README.rst
author = OpenStack
-author-email = openstack-dev@lists.openstack.org
+author-email = openstack-discuss@lists.openstack.org
summary = Command Line Interface Formulation Framework
home-page = https://docs.openstack.org/cliff/latest/
classifier =
diff --git a/tox.ini b/tox.ini
index 4680a6e..537bb3a 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