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

This commit is contained in:
Zuul 2019-04-29 12:18:34 +00:00 committed by Gerrit Code Review
commit 5f9024affa
4 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
ironic-agent
============
Builds a ramdisk with ironic-python-agent. More information can be found at:
https://git.openstack.org/cgit/openstack/ironic-python-agent/
https://opendev.org/openstack/ironic-python-agent/
Beyond installing the ironic-python-agent, this element does the following:

View File

@ -35,7 +35,7 @@ export DIB\_PYPI\_MIRROR\_URL\_1=http://site/pypi/
export DIB\_PYPI\_MIRROR\_URL\_2=file:///tmp/pypi
export DIB\_PIP\_RETRIES=0
[devpi-server](https://git.openstack.org/cgit/openstack-infra/pypi-mirro://pypi.python.org/pypi/devpi-server)
[devpi-server](https://pypi.python.org/pypi/devpi-server)
can be useful in making a partial PyPI mirror suitable for building images. For
instance:

View File

@ -26,8 +26,8 @@ Release notes for the latest and previous versions are available at:
The code is available at:
* `https://git.openstack.org/cgit/openstack/diskimage-builder/
<https://git.openstack.org/cgit/openstack/diskimage-builder/>`__
* `https://opendev.org/openstack/diskimage-builder/
<https://opendev.org/openstack/diskimage-builder/>`__
Issues

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True
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/plain/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=