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
|
A configuration designed for use with OpenStack's installation of
|
||||||
Gerrit.
|
Gerrit.
|
||||||
|
|
||||||
**gerrit-gertty.yaml**
|
**googlesource-gertty.yaml**
|
||||||
A configuration designed for use with Gerrit's own installation of
|
A configuration designed for use with installations of Gerrit
|
||||||
Gerrit.
|
running on googlesource.com.
|
||||||
|
|
||||||
You will need your Gerrit password which you can generate or retrieve
|
You will need your Gerrit password which you can generate or retrieve
|
||||||
by navigating to ``Settings``, then ``HTTP Password``.
|
by navigating to ``Settings``, then ``HTTP Password``.
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
# This is an example ~/.gertty.yaml file for use with Gerrit's own
|
# This is an example ~/.gertty.yaml file for use with installations of
|
||||||
# installation of Gerrit. Most of these options are not required,
|
# Gerrit running on googlesource.com. Most of these options are not
|
||||||
# rather, they customize Gertty to better deal with the particulars of
|
# required, rather, they customize Gertty to better deal with the
|
||||||
# Gerrit's Gerrit configuration. See the reference-gertty.yaml file
|
# particulars of Google's Gerrit configuration.
|
||||||
# for more options.
|
# See the reference-gertty.yaml file for more options.
|
||||||
|
|
||||||
servers:
|
servers:
|
||||||
- name: gerrit-review
|
- name: CHANGEME-review
|
||||||
url: https://gerrit-review.googlesource.com/
|
url: https://CHANGEME-review.googlesource.com/
|
||||||
# Your gerrit username.
|
# Your gerrit username.
|
||||||
username: CHANGEME
|
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.
|
# Note this is not your Google password.
|
||||||
password: CHANGEME
|
password: CHANGEME
|
||||||
auth-type: basic
|
auth-type: basic
|
Loading…
x
Reference in New Issue
Block a user