[Buildbot-commits] buildbot/docs buildbot.texinfo,1.79,1.80
Brian Warner
warner at users.sourceforge.net
Mon Sep 25 07:21:04 UTC 2006
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7627/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ add Ben Hearsum's BonsaiPoller changesource]
Original author: warner at lothar.com
Date: 2006-09-25 07:20:26
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -d -r1.79 -r1.80
--- buildbot.texinfo 15 Sep 2006 14:50:17 -0000 1.79
+++ buildbot.texinfo 25 Sep 2006 07:21:02 -0000 1.80
@@ -152,6 +152,7 @@
* Other mail notification ChangeSources::
* PBChangeSource::
* P4Source::
+* BonsaiPoller::
Build Process
@@ -2531,6 +2532,7 @@
* Other mail notification ChangeSources::
* PBChangeSource::
* P4Source::
+* BonsaiPoller::
@end menu
@node Choosing ChangeSources, CVSToys - PBService, Change Sources, Change Sources
@@ -2753,7 +2755,7 @@
@end table
- at node P4Source, , PBChangeSource, Change Sources
+ at node P4Source, BonsaiPoller, PBChangeSource, Change Sources
@subsection P4Source
@csindex buildbot.changes.p4poller.P4Source
@@ -2804,6 +2806,23 @@
))
@end example
+ at node BonsaiPoller, , P4Source, Change Sources
+ at subsection BonsaiPoller
+
+ at csindex buildbot.changes.bonsaipoller.BonsaiPoller
+
+The @code{BonsaiPoller} periodically polls a Bonsai server. This is a
+CGI script accessed through a web server that provides information
+about a CVS tree, for example the Mozilla bonsai server at
+ at uref{http://bonsai.mozilla.org}. Bonsai servers are usable by both
+humans and machines. In this case, the buildbot's change source forms
+a query which asks about any files in the specified branch which have
+changed since the last query.
+
+Please take a look at the BonsaiPoller docstring for details about the
+arguments it accepts.
+
+
@node Build Process, Status Delivery, Getting Source Code Changes, Top
@chapter Build Process
More information about the Commits
mailing list