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

This commit is contained in:
Zuul 2019-05-24 08:03:47 +00:00 committed by Gerrit Code Review
commit c47a9d5001
9 changed files with 19 additions and 19 deletions

View File

@ -1 +1 @@
ironic-agent git /usr/share/ironic-python-agent https://git.openstack.org/openstack/ironic-python-agent
ironic-agent git /usr/share/ironic-python-agent https://opendev.org/openstack/ironic-python-agent

View File

@ -3,8 +3,8 @@
# such we need to install them during the pre-install.d phase so they are
# available as early as possible. See
# - https://bugzilla.suse.com/show_bug.cgi?id=1046990
# - https://review.openstack.org/#/c/478648/
# - https://review.openstack.org/#/c/478650/
# - https://review.opendev.org/#/c/478648/
# - https://review.opendev.org/#/c/478650/
# for discussions about this issue.
python-xml:
phase: pre-install.d

View File

@ -48,7 +48,7 @@ for example. To do this you need to set these variables::
For example to test glean change 364516 do::
git clone https://git.openstack.org/openstack-infra/glean /tmp/glean
git clone https://opendev.org/opendev/glean /tmp/glean
cd /tmp/glean
git review -d 364516
git checkout -b my-test-ref

View File

@ -1 +1 @@
glean git /tmp/glean.git https://git.openstack.org/openstack-infra/glean
glean git /tmp/glean.git https://opendev.org/opendev/glean

View File

@ -86,7 +86,7 @@ source from git and pbr from a tarball would be:
*Element file: elements/custom-element/source-repository-ironic*::
ironic git /usr/local/ironic https://git.openstack.org/openstack/ironic.git
ironic git /usr/local/ironic https://opendev.org/openstack/ironic.git
*File : elements/custom-element/source-repository-pbr*::
@ -138,7 +138,7 @@ change 61972 at patchset 8:
.. sourcecode:: sh
DIB_REPOLOCATION_nova=https://review.openstack.org/openstack/nova
DIB_REPOLOCATION_nova=https://review.opendev.org/openstack/nova
DIB_REPOREF_nova=refs/changes/72/61972/8
@ -153,7 +153,7 @@ The base url for all git repositories can be set by use of:
``DIB_GITREPOBASE``
So setting ``DIB_GITREPOBASE=https://github.com/`` when the repo location is
set to https://git.openstack.org/openstack/nova.git will result in use of the
set to https://opendev.org/openstack/nova.git will result in use of the
https://github.com/openstack/nova.git repository instead.
Disable external fetches

View File

@ -26,7 +26,7 @@ To get started developing with ``diskimage-builder``, install to a
$ cd dib
$ virtualenv env
$ source env/bin/activate
$ git clone https://git.openstack.org/openstack/diskimage-builder
$ git clone https://opendev.org/openstack/diskimage-builder
$ cd diskimage-builder
$ pip install -e .

View File

@ -15,7 +15,7 @@ e.g.
.. code-block:: shell-session
$ git clone https://git.openstack.org/openstack/diskimage-builder
$ git clone https://opendev.org/openstack/diskimage-builder
$ cd diskimage-builder
$ tox -e bindep

View File

@ -1,4 +1,4 @@
..
e.
This work is licensed under a Creative Commons Attribution 3.0 Unported
License.
@ -201,20 +201,20 @@ References
==========
[1] Refactor: block-device handling (partitioning)
https://review.openstack.org/322671
https://review.opendev.org/322671
[2] Add specs dir
https://review.openstack.org/336109
https://review.opendev.org/336109
[3] Old implementation using parted-lib
https://review.openstack.org/#/c/322671/1..7/elements/block-device/pylib/block-device/level1/Partitioning.py
https://review.opendev.org/#/c/322671/1..7/elements/block-device/pylib/block-device/level1/Partitioning.py
[4] ERROR: embedding is not possible, but this is required
for cross-disk install
http://lists.openstack.org/pipermail/openstack-dev/2016-June/097789.html
[5] Refactor: block-device handling (local loop)
https://review.openstack.org/319591
https://review.opendev.org/319591
[6] Proper alignment of partitions on an Advanced Format HDD using Parted
http://askubuntu.com/questions/201164/proper-alignment-of-partitions-on-an-advanced-format-hdd-using-parted
@ -225,4 +225,4 @@ References
http://h20564.www2.hpe.com/hpsc/doc/public/display?docId=emr_na-c03479326&DocLang=en&docLocale=en_US&jumpid=reg_r11944_uken_c-001_title_r0001
[8] Spec for changing the block device handling
https://review.openstack.org/336946
https://review.opendev.org/336946

View File

@ -164,12 +164,12 @@ References
==========
[1] Implementation of Level 0: Local Loop module
https://review.openstack.org/319591
https://review.opendev.org/319591
[2] 'Block Device Setup for Disk-Image-Builder'
https://etherpad.openstack.org/p/C80jjsAs4x
[3] partitioning-parted
This was a first try to implement everything
as an element - it shows the limitation.
https://review.openstack.org/313938
https://review.opendev.org/313938
[4] Implementation of Level 1: partitioning module
https://review.openstack.org/322671
https://review.opendev.org/322671