From e4aca92889b4812c1ea63bf144fd38629acaf521 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sun, 12 May 2019 04:51:38 +0800 Subject: [PATCH] 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 --- doc/source/contributor/first_patch.rst | 8 ++++---- doc/source/contributor/first_review.rst | 4 ++-- doc/source/contributor/gerrit.rst | 2 +- doc/source/contributor/jenkins.rst | 2 +- doc/source/contributor/project_info.rst | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/source/contributor/first_patch.rst b/doc/source/contributor/first_patch.rst index e02190981..cac4d78cd 100644 --- a/doc/source/contributor/first_patch.rst +++ b/doc/source/contributor/first_patch.rst @@ -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://@review.openstack.org:29418/openstack/zaqar.git + $ git remote add gerrit ssh://@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: diff --git a/doc/source/contributor/first_review.rst b/doc/source/contributor/first_review.rst index afafffabb..7689f0f31 100644 --- a/doc/source/contributor/first_review.rst +++ b/doc/source/contributor/first_review.rst @@ -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 diff --git a/doc/source/contributor/gerrit.rst b/doc/source/contributor/gerrit.rst index f83e4ebea..5e4b1d20d 100644 --- a/doc/source/contributor/gerrit.rst +++ b/doc/source/contributor/gerrit.rst @@ -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`. diff --git a/doc/source/contributor/jenkins.rst b/doc/source/contributor/jenkins.rst index 6103c268b..33a23ab5d 100644 --- a/doc/source/contributor/jenkins.rst +++ b/doc/source/contributor/jenkins.rst @@ -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. diff --git a/doc/source/contributor/project_info.rst b/doc/source/contributor/project_info.rst index a38867c67..8428fa1a0 100644 --- a/doc/source/contributor/project_info.rst +++ b/doc/source/contributor/project_info.rst @@ -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