update git.openstack.org to opendev
Change-Id: Ie3617d76b6131386c2fa241b41888436ed44909f
This commit is contained in:
parent
4a25aa10cf
commit
b13d7fe599
@ -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
|
||||
|
||||
|
@ -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
|
||||
=====================
|
||||
|
@ -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',
|
||||
|
@ -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',
|
||||
|
6
tox.ini
6
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user