Skip to content

Commit

Permalink
docs: Gerrit is spelled as Gerrit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jul 15, 2016
1 parent 12b1339 commit f0fb8b8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
10 changes: 5 additions & 5 deletions master/docs/manual/cfg-changesources.rst
Expand Up @@ -968,13 +968,13 @@ The :bb:chsrc:`GerritChangeSource` class connects to a Gerrit server by its SSH
The :bb:chsrc:`GerritChangeSource` accepts the following arguments:

``gerritserver``
the dns or ip that host the gerrit ssh server
the dns or ip that host the Gerrit ssh server

``gerritport``
the port of the gerrit ssh server
the port of the Gerrit ssh server

``username``
the username to use to connect to gerrit
the username to use to connect to Gerrit

``identity_file``
ssh identity file to for authentication (optional).
Expand All @@ -985,8 +985,8 @@ The :bb:chsrc:`GerritChangeSource` accepts the following arguments:
By default processes `patchset-created` and `ref-updated`

``debug``
Print gerrit event in the log (default `False`).
This allows to debug event content, but will eventually fill your logs with useless gerrit event logs.
Print Gerrit event in the log (default `False`).
This allows to debug event content, but will eventually fill your logs with useless Gerrit event logs.

By default this class adds a change to the Buildbot system for each of the following events:

Expand Down
2 changes: 1 addition & 1 deletion master/docs/manual/cfg-schedulers.rst
Expand Up @@ -1012,7 +1012,7 @@ It adds the StringParameter arguments, this type allows:
This class could be subclassed in order to have more customization e.g.

* developer could send a list of Git branches to pull from
* developer could send a list of gerrit changes to cherry-pick,
* developer could send a list of Gerrit changes to cherry-pick,
* developer could send a shell script to amend the build.

Beware of security issues anyway.
Expand Down
2 changes: 1 addition & 1 deletion master/docs/relnotes/0.8.6.rst
Expand Up @@ -77,7 +77,7 @@ Deprecations, Removals, and Non-Compatible Changes
parameter and call its :py:meth:`~buildbot.config.ConfigErrors.addError`
method to indicate errors.

* The gerrit status callback now gets an additional parameter (the master
* The Gerrit status callback now gets an additional parameter (the master
status). If you use this callback, you will need to adjust its
implementation.

Expand Down
2 changes: 1 addition & 1 deletion master/docs/relnotes/0.9.0b1.rst
Expand Up @@ -65,7 +65,7 @@ The following feature will be implemented for Buildbot 0.9.1 Milestone.
* Multimaster is not supported as of Buildbot 0.9.0. http://trac.buildbot.net/ticket/2644

* Not all status plugin are converted to the new reporter API.
Only email and gerrit reporters are fully supported.
Only email and Gerrit reporters are fully supported.
Irc support is limited, and not converted to reporter api
http://trac.buildbot.net/ticket/2648

Expand Down
1 change: 0 additions & 1 deletion master/docs/spelling_wordlist.txt
Expand Up @@ -327,7 +327,6 @@ funtions
garantee
ge
gedit
gerrit
Gerrit
getChoices
getfqdn
Expand Down

0 comments on commit f0fb8b8

Please sign in to comment.