From b13d7fe5998792ce9abba8429a1161e7939e2f3c Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 24 Apr 2019 14:14:57 +0800 Subject: [PATCH] update git.openstack.org to opendev Change-Id: Ie3617d76b6131386c2fa241b41888436ed44909f --- README.rst | 2 +- doc/source/install/index.rst | 2 +- stevedore/example/setup.py | 2 +- stevedore/example2/setup.py | 2 +- tox.ini | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index bf1d501..13c2c14 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,6 @@ dynamically loaded extensions. * Free software: Apache license * Documentation: https://docs.openstack.org/stevedore/latest -* Source: https://git.openstack.org/cgit/openstack/stevedore +* Source: https://opendev.org/openstack/stevedore * Bugs: https://bugs.launchpad.net/python-stevedore diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 05f954c..c75cbbc 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -34,7 +34,7 @@ http://pypi.org/project/stevedore Source Code =========== -The source is hosted on the OpenStack infrastructure: https://git.openstack.org/cgit/openstack/stevedore/ +The source is hosted on the OpenStack infrastructure: https://opendev.org/openstack/stevedore/ Entry point inspector ===================== diff --git a/stevedore/example/setup.py b/stevedore/example/setup.py index 702e6d4..33e2aee 100644 --- a/stevedore/example/setup.py +++ b/stevedore/example/setup.py @@ -9,7 +9,7 @@ setup( author='Doug Hellmann', author_email='doug@doughellmann.com', - url='http://git.openstack.org/cgit/openstack/stevedore', + url='http://opendev.org/openstack/stevedore', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License', diff --git a/stevedore/example2/setup.py b/stevedore/example2/setup.py index bd23838..31d7145 100644 --- a/stevedore/example2/setup.py +++ b/stevedore/example2/setup.py @@ -9,7 +9,7 @@ setup( author='Doug Hellmann', author_email='doug@doughellmann.com', - url='http://git.openstack.org/cgit/openstack/stevedore', + url='http://opendev.org/openstack/stevedore', classifiers=['Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License', diff --git a/tox.ini b/tox.ini index e564040..0d4adc2 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist = py35,py37,py27,pep8,docs [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 distribute = False @@ -14,7 +14,7 @@ commands = stestr run {posargs} [testenv:venv] 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}/test-requirements.txt -r{toxinidir}/doc/requirements.txt -r{toxinidir}/requirements.txt @@ -44,7 +44,7 @@ exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build [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}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html