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
This commit is contained in:
parent
d9a69b881e
commit
28e83f7069
@ -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``.
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user