changeset 209:98e3594f2928

notes on the pollers
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 04 Feb 2011 17:16:33 -0800
parents 2d5b78d3411c
children 6606238e2b07
files README.txt
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Fri Feb 04 17:14:46 2011 -0800
+++ b/README.txt	Fri Feb 04 17:16:33 2011 -0800
@@ -207,7 +207,10 @@
 
 The generated ``master.cfg`` polls for changes on the given source,
 then uses ``buildbot.schedulers.filter:Changefilter`` in conjunction
-with a ``Scheduler`` to trigger the appropriate builds.
+with a ``Scheduler`` to trigger the appropriate builds.  This is done
+by ``GitPoller`` and ``HgPoller`` in
+``autobot.changes.poller``. Again, more pollers can be added as
+needed or the provided buildbot change sources may be utilized.
 
 While, in general, the canonical sources should be specified at the
 class level, if an appropriate argument (e.g. *hg* or *git*) is passed