Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the redirect should work, we can also go ahead and fix them. Change-Id: Ia40bcfa37709963ba84e78843ca27f153034c748
This commit is contained in:
parent
d4730fa60b
commit
e4aca92889
@ -37,7 +37,7 @@ Visit the `Gerrit Workflow's account setup`_ section in the wiki to get
|
||||
more information on setting up your accounts.
|
||||
|
||||
.. _Launchpad: https://launchpad.net/
|
||||
.. _Gerrit: https://review.openstack.org/
|
||||
.. _Gerrit: https://review.opendev.org/
|
||||
.. _`Contributors License Agreement`: https://docs.openstack.org/infra/manual/developers.html#account-setup
|
||||
.. _`join the OpenStack Foundation`: https://www.openstack.org/join/
|
||||
.. _`Gerrit Workflow's account setup`: https://docs.openstack.org/infra/manual/developers.html#account-setup
|
||||
@ -62,7 +62,7 @@ View and copy your SSH key:
|
||||
|
||||
Now you can `upload the SSH key to Gerrit`_.
|
||||
|
||||
.. _`upload the SSH key to Gerrit`: https://review.openstack.org/#/settings/ssh-keys
|
||||
.. _`upload the SSH key to Gerrit`: https://review.opendev.org/#/settings/ssh-keys
|
||||
|
||||
Git Review installation
|
||||
#######################
|
||||
@ -94,7 +94,7 @@ You can also save some time by entering your email and your name:
|
||||
|
||||
You can view your Gerrit user name in the `settings page`_.
|
||||
|
||||
.. _`settings page`: https://review.openstack.org/#/settings/
|
||||
.. _`settings page`: https://review.opendev.org/#/settings/
|
||||
|
||||
Project setup
|
||||
#############
|
||||
@ -126,7 +126,7 @@ the new remote. It looks something like:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ git remote add gerrit ssh://<username>@review.openstack.org:29418/openstack/zaqar.git
|
||||
$ git remote add gerrit ssh://<username>@review.opendev.org:29418/openstack/zaqar.git
|
||||
|
||||
In the project directory you have a hidden ``.git`` directory and a
|
||||
``.gitreview`` file. You can view them with the following command:
|
||||
|
@ -34,7 +34,7 @@ does.
|
||||
Step by step
|
||||
------------
|
||||
|
||||
Go to ``review.openstack.org`` and filter by `Open Zaqar fixes`_. Select a fix
|
||||
Go to ``review.opendev.org`` and filter by `Open Zaqar fixes`_. Select a fix
|
||||
from the list to review. Try to select an easy patch for your first review.
|
||||
That will help you to gain some confidence. Download the patch to your local
|
||||
repository and test it:
|
||||
@ -108,7 +108,7 @@ test the patch in your local environment.
|
||||
For more details on how to do a review, check out the `Gerrit Workflow
|
||||
Review section`_ document.
|
||||
|
||||
.. _`Open Zaqar fixes`: https://review.openstack.org/#/q/status:open+zaqar,n,z
|
||||
.. _`Open Zaqar fixes`: https://review.opendev.org/#/q/status:open+zaqar,n,z
|
||||
.. _`Git Commit Messages`: https://wiki.openstack.org/wiki/GitCommitMessages
|
||||
.. _`Gerrit Workflow Review section`: https://docs.openstack.org/infra/manual/developers.html#code-review
|
||||
|
||||
|
@ -16,7 +16,7 @@ Code reviews with Gerrit
|
||||
========================
|
||||
|
||||
Zaqar uses the `Gerrit`_ tool to review proposed code changes. The review site
|
||||
is https://review.openstack.org.
|
||||
is https://review.opendev.org.
|
||||
|
||||
Gerrit is a complete replacement for GitHub pull requests. `All GitHub pull
|
||||
requests to the Zaqar repository will be ignored`.
|
||||
|
@ -21,7 +21,7 @@ front-end is at http://jenkins.openstack.org. You must have an account on
|
||||
|
||||
Jenkins performs tasks such as running static code analysis, running unit
|
||||
tests, and running functional tests. For more details on the jobs being run by
|
||||
Jenkins, see the code reviews on https://review.openstack.org. Tests are run
|
||||
Jenkins, see the code reviews on https://review.opendev.org. Tests are run
|
||||
automatically and comments are put on the reviews automatically with the
|
||||
results.
|
||||
|
||||
|
@ -119,7 +119,7 @@ Where can I discuss and propose changes?
|
||||
.. _Source code: https://github.com/openstack/zaqar
|
||||
.. _Project space: https://launchpad.net/zaqar
|
||||
.. _Bugs: https://bugs.launchpad.net/zaqar
|
||||
.. _Patches on review: https://review.openstack.org/#/q/status:open+zaqar,n,z
|
||||
.. _Patches on review: https://review.opendev.org/#/q/status:open+zaqar,n,z
|
||||
.. _IRC logs: http://irclog.perlgeek.de/openstack-zaqar
|
||||
.. _Subscription and usage instructions: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss
|
||||
.. _Zaqar team on Launchpad: https://launchpad.net/zaqar
|
||||
|
Loading…
Reference in New Issue
Block a user