From 440084413739b110228e4ee1e2111df015d0e112 Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Thu, 17 Jul 2014 13:35:15 +0200 Subject: [PATCH] Use review.openstack.org in examples and also add username to make it easy for people to use gerrit Change-Id: Ib06a4d57ff2aa1ce358da535c5727521ca7dcc96 --- doc/source/third_party.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/third_party.rst b/doc/source/third_party.rst index 930ee64185..d16f819f8f 100644 --- a/doc/source/third_party.rst +++ b/doc/source/third_party.rst @@ -64,7 +64,7 @@ For example: .. code-block:: bash - $ ssh -p 29418 review.example.com gerrit stream-events + $ ssh -p 29418 USERNAME@review.openstack.org gerrit stream-events Will give a stream with an output like this (line breaks and indentation added in this document for readability, the read JSON will be all one line per event): @@ -102,7 +102,7 @@ An example of how to post this is as follows: .. code-block:: bash - $ ssh -p 29418 review.example.com gerrit review -m '"Test failed on MegaTestSystem "' --verified=-1 c0ff33 + $ ssh -p 29418 USERNAME@review.openstack.org gerrit review -m '"Test failed on MegaTestSystem "' --verified=-1 c0ff33 In this example ``c0ff33`` is the commit ID for the review. You can set the verified to either `-1` or `+1` depending on whether or not it passed the tests.