Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Iac5a9da62db84365a769ea07146281866215a9c5
This commit is contained in:
parent
0be0a827f7
commit
0329a6de5e
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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
|
||||
|
2
tox.ini
2
tox.ini
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user