Merge "Replace git.openstack.org URLs with opendev.org URLs"
This commit is contained in:
commit
8cb5fe3623
@ -7,9 +7,9 @@ Team and repository tags
|
|||||||
|
|
||||||
.. Change things from this point on
|
.. Change things from this point on
|
||||||
|
|
||||||
===============================
|
=====
|
||||||
brick
|
brick
|
||||||
===============================
|
=====
|
||||||
|
|
||||||
.. image:: https://img.shields.io/pypi/v/os-brick.svg
|
.. image:: https://img.shields.io/pypi/v/os-brick.svg
|
||||||
:target: https://pypi.org/project/os-brick/
|
: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
|
https://docs.openstack.org/releasenotes/os-brick
|
||||||
|
|
||||||
* License: Apache License, Version 2.0
|
* 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
|
* Bugs: https://bugs.launchpad.net/os-brick
|
||||||
|
@ -19,6 +19,6 @@ Or, from source:
|
|||||||
|
|
||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
$ git clone https://github.com/openstack/os-brick
|
$ git clone https://opendev.org/openstack/os-brick
|
||||||
$ cd os-brick
|
$ cd os-brick
|
||||||
$ python setup.py install
|
$ python setup.py install
|
||||||
|
4
tox.ini
4
tox.ini
@ -14,7 +14,7 @@ setenv =
|
|||||||
|
|
||||||
install_command = pip install {opts} {packages}
|
install_command = pip install {opts} {packages}
|
||||||
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}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ commands =
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
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}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
pylint==0.26.0
|
pylint==0.26.0
|
||||||
commands = bash tools/lintstack.sh
|
commands = bash tools/lintstack.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user