Merge "Replace git.openstack.org URLs with opendev.org URLs"

This commit is contained in:
Zuul 2019-05-08 04:10:41 +00:00 committed by Gerrit Code Review
commit 8cb5fe3623
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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