[Buildbot-commits] buildbot/docs buildbot.texinfo,1.105,1.106
Brian Warner
warner at users.sourceforge.net
Sat Jul 28 02:03:04 UTC 2007
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6911/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ buildbot.texinfo: move the changesource types up a level, removing the one-entry menu in the process]
Original author: warner at lothar.com
Date: 2007-07-28 00:47:29+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- buildbot.texinfo 27 Jul 2007 10:13:56 -0000 1.105
+++ buildbot.texinfo 28 Jul 2007 02:03:01 -0000 1.106
@@ -143,9 +143,6 @@
Getting Source Code Changes
* Change Sources::
-
-Change Sources
-
* Choosing ChangeSources::
* CVSToys - PBService::
* CVSToys - mail notification::
@@ -2475,11 +2472,20 @@
@menu
* Change Sources::
+* Choosing ChangeSources::
+* CVSToys - PBService::
+* CVSToys - mail notification::
+* Other mail notification ChangeSources::
+* PBChangeSource::
+* P4Source::
+* BonsaiPoller::
+* SVNPoller::
+* MercurialHook::
@end menu
- at node Change Sources, , Getting Source Code Changes, Getting Source Code Changes
+ at node Change Sources, Choosing ChangeSources, Getting Source Code Changes, Getting Source Code Changes
@section Change Sources
@c TODO: rework this, the one-buildmaster-one-tree thing isn't quite
@@ -2579,20 +2585,8 @@
a suitable @code{MaildirSource}.
- at menu
-* Choosing ChangeSources::
-* CVSToys - PBService::
-* CVSToys - mail notification::
-* Other mail notification ChangeSources::
-* PBChangeSource::
-* P4Source::
-* BonsaiPoller::
-* SVNPoller::
-* MercurialHook::
- at end menu
-
- at node Choosing ChangeSources, CVSToys - PBService, Change Sources, Change Sources
- at subsection Choosing ChangeSources
+ at node Choosing ChangeSources, CVSToys - PBService, Change Sources, Getting Source Code Changes
+ at section Choosing ChangeSources
The @code{master.cfg} configuration file has a dictionary key named
@code{BuildmasterConfig['sources']}, which holds a list of
@@ -2617,8 +2611,8 @@
files.
- at node CVSToys - PBService, CVSToys - mail notification, Choosing ChangeSources, Change Sources
- at subsection CVSToys - PBService
+ at node CVSToys - PBService, CVSToys - mail notification, Choosing ChangeSources, Getting Source Code Changes
+ at section CVSToys - PBService
@csindex buildbot.changes.freshcvs.FreshCVSSource
@@ -2691,8 +2685,8 @@
- at node CVSToys - mail notification, Other mail notification ChangeSources, CVSToys - PBService, Change Sources
- at subsection CVSToys - mail notification
+ at node CVSToys - mail notification, Other mail notification ChangeSources, CVSToys - PBService, Getting Source Code Changes
+ at section CVSToys - mail notification
@csindex buildbot.changes.mail.FCMaildirSource
@@ -2727,8 +2721,8 @@
The @code{FCMaildirSource} is created with two parameters: the
directory name of the maildir root, and the prefix to strip.
- at node Other mail notification ChangeSources, PBChangeSource, CVSToys - mail notification, Change Sources
- at subsection Other mail notification ChangeSources
+ at node Other mail notification ChangeSources, PBChangeSource, CVSToys - mail notification, Getting Source Code Changes
+ at section Other mail notification ChangeSources
@csindex buildbot.changes.mail.SyncmailMaildirSource
@csindex buildbot.changes.mail.BonsaiMaildirSource
@@ -2741,8 +2735,8 @@
@code{BonsaiMaildirSource} parses messages sent out by Bonsai.
- at node PBChangeSource, P4Source, Other mail notification ChangeSources, Change Sources
- at subsection PBChangeSource
+ at node PBChangeSource, P4Source, Other mail notification ChangeSources, Getting Source Code Changes
+ at section PBChangeSource
@csindex buildbot.changes.pb.PBChangeSource
@@ -2811,8 +2805,8 @@
@end table
- at node P4Source, BonsaiPoller, PBChangeSource, Change Sources
- at subsection P4Source
+ at node P4Source, BonsaiPoller, PBChangeSource, Getting Source Code Changes
+ at section P4Source
@csindex buildbot.changes.p4poller.P4Source
@@ -2862,8 +2856,8 @@
))
@end example
- at node BonsaiPoller, SVNPoller, P4Source, Change Sources
- at subsection BonsaiPoller
+ at node BonsaiPoller, SVNPoller, P4Source, Getting Source Code Changes
+ at section BonsaiPoller
@csindex buildbot.changes.bonsaipoller.BonsaiPoller
@@ -2879,8 +2873,8 @@
arguments it accepts.
- at node SVNPoller, MercurialHook, BonsaiPoller, Change Sources
- at subsection SVNPoller
+ at node SVNPoller, MercurialHook, BonsaiPoller, Getting Source Code Changes
+ at section SVNPoller
@csindex buildbot.changes.svnpoller.SVNPoller
@@ -3153,8 +3147,8 @@
return (branch, '/'.join(pieces))
@end example
- at node MercurialHook, , SVNPoller, Change Sources
- at subsection MercurialHook
+ at node MercurialHook, , SVNPoller, Getting Source Code Changes
+ at section MercurialHook
Since Mercurial is written in python, the hook script can invoke
Buildbot's @code{sendchange} function directly, rather than having to
More information about the Commits
mailing list