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