From 28e83f7069354ca4fb9d2443c43f00aa935c52ce Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 24 Sep 2014 16:17:56 +0900 Subject: [PATCH] Rename gerrit-gertty.yaml to googlesource-gertty.yaml The example configuration for gerrit-review.googlesource.com is also applicable to other Gerrit instances running at googlesource.com, for example: android-review.googlesource.com gwt-review.googlesource.com Make the example generic, rather than specific to gerrit-review. Change-Id: I761db4228aa23e92e57751f5ecbdf721c992065d --- README.rst | 6 +++--- ...rrit-gertty.yaml => googlesource-gertty.yaml} | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) rename examples/{gerrit-gertty.yaml => googlesource-gertty.yaml} (81%) diff --git a/README.rst b/README.rst index 1cb43f1..65d076e 100644 --- a/README.rst +++ b/README.rst @@ -59,9 +59,9 @@ need to be supplied. The sample config files are as follows: A configuration designed for use with OpenStack's installation of Gerrit. -**gerrit-gertty.yaml** - A configuration designed for use with Gerrit's own installation of - Gerrit. +**googlesource-gertty.yaml** + A configuration designed for use with installations of Gerrit + running on googlesource.com. You will need your Gerrit password which you can generate or retrieve by navigating to ``Settings``, then ``HTTP Password``. diff --git a/examples/gerrit-gertty.yaml b/examples/googlesource-gertty.yaml similarity index 81% rename from examples/gerrit-gertty.yaml rename to examples/googlesource-gertty.yaml index 0734bf6..9355dc6 100644 --- a/examples/gerrit-gertty.yaml +++ b/examples/googlesource-gertty.yaml @@ -1,15 +1,15 @@ -# This is an example ~/.gertty.yaml file for use with Gerrit's own -# installation of Gerrit. Most of these options are not required, -# rather, they customize Gertty to better deal with the particulars of -# Gerrit's Gerrit configuration. See the reference-gertty.yaml file -# for more options. +# This is an example ~/.gertty.yaml file for use with installations of +# Gerrit running on googlesource.com. Most of these options are not +# required, rather, they customize Gertty to better deal with the +# particulars of Google's Gerrit configuration. +# See the reference-gertty.yaml file for more options. servers: - - name: gerrit-review - url: https://gerrit-review.googlesource.com/ + - name: CHANGEME-review + url: https://CHANGEME-review.googlesource.com/ # Your gerrit username. username: CHANGEME - # Set password at https://gerrit-review.googlesource.com/#/settings/http-password + # Set password at https://{name}-review.googlesource.com/#/settings/http-password # Note this is not your Google password. password: CHANGEME auth-type: basic