[Python-checkins] r88600 - peps/trunk/pep-0385.txt

antoine.pitrou python-checkins at python.org
Fri Feb 25 20:06:26 CET 2011


Author: antoine.pitrou
Date: Fri Feb 25 20:06:26 2011
New Revision: 88600

Log:
Clarify hooks, and remove mention of the community buildbots (which are really dead, unfortunately)



Modified:
   peps/trunk/pep-0385.txt

Modified: peps/trunk/pep-0385.txt
==============================================================================
--- peps/trunk/pep-0385.txt	(original)
+++ peps/trunk/pep-0385.txt	Fri Feb 25 20:06:26 2011
@@ -253,10 +253,13 @@
   whitespace from changed lines.
 
 * 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
-  notified.
+* buildbots: the python.org build master will be notified of each changeset
+  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
 Mercurial.  One additional hook could be beneficial:


More information about the Python-checkins mailing list