Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: I64347cfbd447605609dbe8d3628672776136d3ef Closes-Bug: #1825934
This commit is contained in:
parent
869397745f
commit
8425d85fd8
@ -56,6 +56,6 @@ classes to provide custom project specific data.
|
|||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: https://docs.openstack.org/oslo.reports/latest
|
* Documentation: https://docs.openstack.org/oslo.reports/latest
|
||||||
* Source: https://git.openstack.org/cgit/openstack/oslo.reports
|
* Source: https://opendev.org/openstack/oslo.reports
|
||||||
* Bugs: https://bugs.launchpad.net/oslo.reports
|
* Bugs: https://bugs.launchpad.net/oslo.reports
|
||||||
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/
|
* Release notes: https://docs.openstack.org/releasenotes/oslo.reports/
|
||||||
|
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@ envlist = py35,py27,pep8
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
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}/test-requirements.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
|
Loading…
Reference in New Issue
Block a user