Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ib380ce9533dc54544257418cef6449cf8525219d
This commit is contained in:
parent
2b36eaffca
commit
255b5c8c8a
@ -7,9 +7,9 @@ Team and repository tags
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
===============================
|
||||
=====
|
||||
brick
|
||||
===============================
|
||||
=====
|
||||
|
||||
.. image:: https://img.shields.io/pypi/v/os-brick.svg
|
||||
:target: https://pypi.org/project/os-brick/
|
||||
@ -46,5 +46,5 @@ Release notes for the project can be found at:
|
||||
https://docs.openstack.org/releasenotes/os-brick
|
||||
|
||||
* License: Apache License, Version 2.0
|
||||
* Source: https://git.openstack.org/cgit/openstack/os-brick
|
||||
* Source: https://opendev.org/openstack/os-brick
|
||||
* Bugs: https://bugs.launchpad.net/os-brick
|
||||
|
@ -19,6 +19,6 @@ Or, from source:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
$ git clone https://github.com/openstack/os-brick
|
||||
$ git clone https://opendev.org/openstack/os-brick
|
||||
$ cd os-brick
|
||||
$ python setup.py install
|
||||
|
4
tox.ini
4
tox.ini
@ -14,7 +14,7 @@ setenv =
|
||||
|
||||
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}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
@ -49,7 +49,7 @@ commands =
|
||||
[testenv:pylint]
|
||||
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}/requirements.txt
|
||||
pylint==0.26.0
|
||||
commands = bash tools/lintstack.sh
|
||||
|
Loading…
Reference in New Issue
Block a user