Clarify hooks, and remove mention of the community buildbots (which are really dead, unfortunately)
This commit is contained in:
parent
07ce250451
commit
58988857eb
|
@ -253,10 +253,13 @@ should be developed and deployed. The following hooks are being used:
|
||||||
whitespace from changed lines.
|
whitespace from changed lines.
|
||||||
|
|
||||||
* push mails: Emails will include diffs for each changeset pushed
|
* push mails: Emails will include diffs for each changeset pushed
|
||||||
to the public repository.
|
to the public repository, including the username which pushed the
|
||||||
|
changesets (this is not necessarily the same as the author recorded
|
||||||
|
in the changesets).
|
||||||
|
|
||||||
* buildbots: both the regular and the community build masters must be
|
* buildbots: the python.org build master will be notified of each changeset
|
||||||
notified.
|
pushed to the ``cpython`` repository, and will trigger an appropriate build
|
||||||
|
on every build slave for the branch in which the changeset occurs.
|
||||||
|
|
||||||
The `hooks repository`_ contains ports of these server-side hooks to
|
The `hooks repository`_ contains ports of these server-side hooks to
|
||||||
Mercurial. One additional hook could be beneficial:
|
Mercurial. One additional hook could be beneficial:
|
||||||
|
|
Loading…
Reference in New Issue