Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Id0d2722822207f499a4980e4bc149e8b25e243c8
This commit is contained in:
parent
e46976c02f
commit
a022fbe382
@ -1,4 +1,4 @@
|
||||
oslo.versionedobjects Style Commandments
|
||||
======================================================
|
||||
========================================
|
||||
|
||||
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
||||
|
@ -7,9 +7,9 @@ Team and repository tags
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
===================================
|
||||
=====================
|
||||
oslo.versionedobjects
|
||||
===================================
|
||||
=====================
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/oslo.versionedobjects.svg
|
||||
:target: https://pypi.org/project/oslo.versionedobjects/
|
||||
@ -27,6 +27,6 @@ upgrade compatibility across distributed services.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest
|
||||
* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects
|
||||
* Source: http://opendev.org/openstack/oslo.versionedobjects
|
||||
* Bugs: http://bugs.launchpad.net/oslo.versionedobjects
|
||||
* Release notes: https://docs.openstack.org/releasenotes/oslo.versionedobjects/
|
||||
|
@ -45,7 +45,7 @@ master_doc = 'index'
|
||||
# General information about the project.
|
||||
project = u'oslo.versionedobjects'
|
||||
copyright = u'2014, OpenStack Foundation'
|
||||
source_tree = 'http://git.openstack.org/cgit/openstack/%s/tree' % project
|
||||
source_tree = 'https://opendev.org/openstack/%s' % project
|
||||
|
||||
# If true, '()' will be appended to :func: etc. cross-reference text.
|
||||
add_function_parentheses = True
|
||||
|
@ -10,7 +10,7 @@ upgrade compatibility across distributed services.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest/
|
||||
* Source: https://git.openstack.org/cgit/openstack/oslo.versionedobjects
|
||||
* Source: https://opendev.org/openstack/oslo.versionedobjects
|
||||
* Bugs: https://bugs.launchpad.net/oslo.versionedobjects
|
||||
|
||||
----
|
||||
|
2
tox.ini
2
tox.ini
@ -8,7 +8,7 @@ setenv =
|
||||
BRANCH_NAME=master
|
||||
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
|
||||
commands = stestr run --slowest {posargs}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user