[Buildbot-commits] buildbot/docs buildbot.texinfo,1.58,1.59

Brian Warner warner at users.sourceforge.net
Fri Jul 21 07:40:26 UTC 2006


Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv12539/docs

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ docs: add a table of classes that are useful in master.cfg]

Original author: warner at lothar.com
Date: 2006-07-21 05:31:34

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- buildbot.texinfo	16 Jul 2006 00:59:05 -0000	1.58
+++ buildbot.texinfo	21 Jul 2006 07:40:24 -0000	1.59
@@ -44,6 +44,7 @@
 * Command-line tool::           
 * Resources::                   Getting help.
 * Developer's Appendix::        
+* Index of Useful Classes::     
 * Index::                       Complete index.
 
 @detailmenu
@@ -5066,7 +5067,7 @@
 archives are available at
 @uref{http://lists.sourceforge.net/lists/listinfo/buildbot-devel}
 
- at node Developer's Appendix, Index, Resources, Top
+ at node Developer's Appendix, Index of Useful Classes, Resources, Top
 @unnumbered Developer's Appendix
 
 This appendix contains random notes about the implementation of the
@@ -5089,7 +5090,140 @@
 @code{.builders} dictionary.
 
 
- at node Index,  , Developer's Appendix, Top
+ at node Index of Useful Classes, Index, Developer's Appendix, Top
+ at unnumbered Index of Useful Classes
+
+This is a list of all user-visible classes. There are the ones that
+are useful in @file{master.cfg}, the buildmaster's configuration file.
+Classes that are not listed here are generally internal things that
+admins are unlikely to have much use for.
+
+ at heading Change Sources
+
+ at table @code
+ at item buildbot.changes.freshcvs.FreshCVSSource
+ at ref{CVSToys - PBService}
+
+ at item buildbot.changes.mail.FCMaildirSource
+ at ref{CVSToys - mail notification}
+
+ at item buildbot.changes.mail.SyncmailMaildirSource
+ at ref{Other mail notification ChangeSources}
+
+ at item buildbot.changes.mail.BonsaiMaildirSource
+ at ref{Other mail notification ChangeSources}
+
+ at item buildbot.changes.p4poller.P4Source
+ at ref{P4Source}
+
+ at item buildbot.changes.pb.PBChangeSource
+ at ref{PBChangeSource}
+
+ at end table
+
+
+ at heading Schedulers and Locks
+ at table @code
+ at item buildbot.scheduler.Scheduler
+ at ref{Scheduler Types}
+
+ at item buildbot.scheduler.AnyBranchScheduler
+ at ref{Scheduler Types}
+
+ at item buildbot.scheduler.Dependent
+ at ref{Build Dependencies}
+
+ at item buildbot.scheduler.Periodic
+ at ref{Scheduler Types}
+
+ at item buildbot.scheduler.Nightly
+ at ref{Scheduler Types}
+
+ at item buildbot.scheduler.Try_Jobdir
+ at ref{try}
+ at item buildbot.scheduler.Try_Userpass
+ at ref{try}
+
+ at item buildbot.locks.MasterLock
+ at ref{Interlocks}
+
+ at item buildbot.locks.SlaveLock
+ at ref{Interlocks}
+
+ at end table
+
+ at heading Build Factories
+ at table @code
+ at item buildbot.process.factory.BuildFactory
+ at ref{BuildFactory}
+ at item buildbot.process.factory.GNUAutoconf
+ at ref{GNUAutoconf}
+ at item buildbot.process.factory.CPAN
+ at ref{CPAN}
+ at item buildbot.process.factory.Distutils
+ at ref{Python distutils}
+ at item buildbot.process.factory.Trial
+ at ref{Python/Twisted/trial projects}
+ at item buildbot.process.factory.BasicBuildFactory
+ at item buildbot.process.factory.QuickBuildFactory
+ at item buildbot.process.factory.BasicSVN
+ at end table
+
+ at heading Build Steps
+ at table @code
+ at item buildbot.process.step.ShellCommand
+ at ref{ShellCommand}
+ at item buildbot.process.step.TreeSize
+ at item buildbot.process.step.CVS
+ at c TODO: this CVS link is broken, it goes to a CVSToys page for some reason
+ at ref{CVS}
+ at item buildbot.process.step.SVN
+ at ref{SVN}
+ at item buildbot.process.step.Darcs
+ at ref{Darcs}
+ at item buildbot.process.step.Git
+ at item buildbot.process.step.Arch
+ at ref{Arch}
+ at item buildbot.process.step.Bazaar
+ at ref{Bazaar}
+ at item buildbot.process.step.Mercurial
+ at ref{Mercurial}
+ at item buildbot.process.step.P4
+ at c TODO: this P4 like goes to P4Source by mistake
+ at ref{P4}
+ at item buildbot.process.step.P4Sync
+ at item buildbot.process.step.Configure
+ at ref{Configure}
+ at item buildbot.process.step.Compile
+ at ref{Compile}
+ at item buildbot.process.step.Test
+ at ref{Test}
+ at item buildbot.process.step_twisted.HLint
+ at item buildbot.process.step_twisted.Trial
+ at item buildbot.process.step_twisted.ProcessDocs
+ at item buildbot.process.step_twisted.BuildDebs
+ at item buildbot.process.step_twisted.RemovePYCs
+ at item buildbot.process.maxq.MaxQ
+ at end table
+
+
+ at heading Status Targets
+ at table @code
+
+ at item buildbot.status.html.Waterfall
+ at ref{HTML Waterfall}
+
+ at item buildbot.status.mail.MailNotifier
+
+ at item buildbot.status.words.IRC
+ at ref{IRC Bot}
+
+ at item buildbot.status.client.PBListener
+ at ref{PBListener}
+
+ at end table
+
+ at node Index,  , Index of Useful Classes, Top
 @unnumbered Index
 
 @printindex cp





More information about the Commits mailing list