[Buildbot-commits] buildbot/docs buildbot.texinfo,1.152,1.153
Brian Warner
warner at users.sourceforge.net
Thu Jul 24 00:57:50 UTC 2008
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv21157/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ * docs/buildbot.texinfo: update node names and menus]
Original author: warner at lothar.com
Date: 2008-07-23 23:30:51+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -d -r1.152 -r1.153
--- buildbot.texinfo 26 Jun 2008 03:52:19 -0000 1.152
+++ buildbot.texinfo 24 Jul 2008 00:57:48 -0000 1.153
@@ -109,7 +109,7 @@
* BuildRequest::
* Builder::
* Users::
-* Build Properties::
+* Build Properties::
Version Control Systems
@@ -134,20 +134,20 @@
* Change Sources and Schedulers::
* Setting the slaveport::
* Buildslave Specifiers::
-* Defining Global Properties::
+* Defining Global Properties::
* Defining Builders::
* Defining Status Targets::
* Debug options::
Change Sources and Schedulers
-* Scheduler Scheduler::
+* Scheduler Scheduler::
* AnyBranchScheduler::
-* Dependent Scheduler::
+* Dependent Scheduler::
* Periodic Scheduler::
-* Nightly Scheduler::
-* Try Schedulers::
-* Triggerable Scheduler::
+* Nightly Scheduler::
+* Try Schedulers::
+* Triggerable Scheduler::
Buildslave Specifiers
@@ -187,7 +187,7 @@
Build Steps
* Common Parameters::
-* Using Build Properties::
+* Using Build Properties::
* Source Checkout::
* ShellCommand::
* Simple ShellCommand Subclasses::
@@ -214,6 +214,8 @@
* Compile::
* Test::
* TreeSize::
+* PerlModuleTest::
+* SetProperty::
Python BuildSteps
@@ -1238,7 +1240,7 @@
* BuildRequest::
* Builder::
* Users::
-* Build Properties::
+* Build Properties::
@end menu
@node Version Control Systems, Schedulers, Concepts, Concepts
@@ -1894,7 +1896,7 @@
user has been inactive on the channel), which might prompt the Problem
Hassler logic to send them an email message instead.
- at node Live Status Clients
+ at node Live Status Clients, , IRC Nicknames, Users
@subsection Live Status Clients
The Buildbot also offers a PB-based status client interface which can
@@ -1905,7 +1907,7 @@
alternative way to deliver low-latency high-interruption messages to the
developer (like ``hey, you broke the build'').
- at node Build Properties
+ at node Build Properties, , Users, Concepts
@section Build Properties
@cindex Properties
@@ -1979,7 +1981,7 @@
* Change Sources and Schedulers::
* Setting the slaveport::
* Buildslave Specifiers::
-* Defining Global Properties::
+* Defining Global Properties::
* Defining Builders::
* Defining Status Targets::
* Debug options::
@@ -2230,16 +2232,16 @@
taken by each one.
@menu
-* Scheduler Scheduler::
+* Scheduler Scheduler::
* AnyBranchScheduler::
-* Dependent Scheduler::
+* Dependent Scheduler::
* Periodic Scheduler::
-* Nightly Scheduler::
-* Try Schedulers::
-* Triggerable Scheduler::
+* Nightly Scheduler::
+* Try Schedulers::
+* Triggerable Scheduler::
@end menu
- at node Scheduler Scheduler
+ at node Scheduler Scheduler, AnyBranchScheduler, Change Sources and Schedulers, Change Sources and Schedulers
@subsection Scheduler Scheduler
@slindex buildbot.scheduler.Scheduler
@@ -2304,7 +2306,7 @@
on other branches are ignored by these Schedulers. Each Scheduler
triggers a different set of Builders, referenced by name.
- at node AnyBranchScheduler
+ at node AnyBranchScheduler, Dependent Scheduler, Scheduler Scheduler, Change Sources and Schedulers
@subsection AnyBranchScheduler
@slindex buildbot.scheduler.AnyBranchScheduler
@@ -2339,7 +2341,7 @@
that all Changes are important.
@end table
- at node Dependent Scheduler
+ at node Dependent Scheduler, Periodic Scheduler, AnyBranchScheduler, Change Sources and Schedulers
@subsection Dependent Scheduler
@cindex Dependent
@cindex Dependencies
@@ -2403,7 +2405,7 @@
c['schedulers'] = [tests, package]
@end example
- at node Periodic Scheduler
+ at node Periodic Scheduler, Nightly Scheduler, Dependent Scheduler, Change Sources and Schedulers
@subsection Periodic Scheduler
@slindex buildbot.scheduler.Periodic
@@ -2438,7 +2440,7 @@
could easily wind up a ``daily'' or ``every afternoon'' scheduler
depending upon when it was first activated.
- at node Nightly Scheduler
+ at node Nightly Scheduler, Try Schedulers, Periodic Scheduler, Change Sources and Schedulers
@subsection Nightly Scheduler
@slindex buildbot.scheduler.Nightly
@@ -2527,7 +2529,7 @@
minute=0)
@end example
- at node Try Schedulers
+ at node Try Schedulers, Triggerable Scheduler, Nightly Scheduler, Change Sources and Schedulers
@subsection Try Schedulers
@slindex buildbot.scheduler.Try_Jobdir
@slindex buildbot.scheduler.Try_Userpass
@@ -2542,7 +2544,7 @@
connections on a specific @code{port}, and authenticates against
@code{userport}.
- at node Triggerable Scheduler
+ at node Triggerable Scheduler, , Try Schedulers, Change Sources and Schedulers
@subsection Triggerable Scheduler
@cindex Triggers
@slindex buildbot.scheduler.Triggerable
@@ -2647,7 +2649,7 @@
@code{localhost:10000}.
- at node Buildslave Specifiers
+ at node Buildslave Specifiers, Defining Global Properties, Setting the slaveport, Configuration
@section Buildslave Specifiers
@bcindex c['slaves']
@@ -2762,7 +2764,7 @@
]
@end example
- at node Defining Global Properties
+ at node Defining Global Properties, Defining Builders, Buildslave Specifiers, Configuration
@section Defining Global Properties
@bcindex c['properties']
@cindex Properties
@@ -2778,7 +2780,7 @@
@}
@end example
- at node Defining Builders
+ at node Defining Builders, Defining Status Targets, Defining Global Properties, Configuration
@section Defining Builders
@bcindex c['builders']
@@ -2858,7 +2860,7 @@
@end table
- at node Defining Status Targets
+ at node Defining Status Targets, Debug options, Defining Builders, Configuration
@section Defining Status Targets
The Buildmaster has a variety of ways to present build status to
@@ -4002,7 +4004,7 @@
* Build Factories::
@end menu
- at node Build Steps
+ at node Build Steps, Interlocks, Build Process, Build Process
@section Build Steps
@code{BuildStep}s are usually specified in the buildmaster's
@@ -4037,7 +4039,7 @@
@menu
* Common Parameters::
-* Using Build Properties::
+* Using Build Properties::
* Source Checkout::
* ShellCommand::
* Simple ShellCommand Subclasses::
@@ -4047,7 +4049,7 @@
* Writing New BuildSteps::
@end menu
- at node Common Parameters
+ at node Common Parameters, Using Build Properties, Build Steps, Build Steps
@subsection Common Parameters
The standard @code{Build} runs a series of @code{BuildStep}s in order,
@@ -4098,7 +4100,7 @@
@end table
- at node Using Build Properties
+ at node Using Build Properties, Source Checkout, Common Parameters, Build Steps
@subsection Using Build Properties
@cindex Properties
@@ -4269,7 +4271,7 @@
@end table
- at node Source Checkout
+ at node Source Checkout, ShellCommand, Using Build Properties, Build Steps
@subsection Source Checkout
The first step of any build is typically to acquire the source code
@@ -4929,8 +4931,8 @@
* Compile::
* Test::
* TreeSize::
-* PerlModuleTest::
-* SetProperty::
+* PerlModuleTest::
+* SetProperty::
@end menu
@node Configure, Compile, Simple ShellCommand Subclasses, Simple ShellCommand Subclasses
@@ -4986,7 +4988,7 @@
This is meant to handle unit tests. The default command is @code{make
test}, and the @code{warnOnFailure} flag is set.
- at node TreeSize
+ at node TreeSize, PerlModuleTest, Test, Simple ShellCommand Subclasses
@subsubsection TreeSize
@bsindex buildbot.steps.shell.TreeSize
@@ -4996,7 +4998,7 @@
aka 'KiB' or 'kibibytes') on the step's status text, and sets a build
property named 'tree-size-KiB' with the same value.
- at node PerlModuleTest
+ at node PerlModuleTest, SetProperty, TreeSize, Simple ShellCommand Subclasses
@subsubsection PerlModuleTest
@bsindex buildbot.steps.shell.PerlModuleTest
@@ -5005,7 +5007,7 @@
It parses the output to determine the number of tests passed and
failed and total number executed, saving the results for later query.
- at node SetProperty
+ at node SetProperty, , PerlModuleTest, Simple ShellCommand Subclasses
@subsubsection SetProperty
@bsindex buildbot.steps.shell.SetProperty
@@ -5048,7 +5050,7 @@
Then @code{my_extract} will see @code{stdout="output1\noutput2\n"}
and @code{stderr="error\n"}.
- at node Python BuildSteps
+ at node Python BuildSteps, Transferring Files, Simple ShellCommand Subclasses, Build Steps
@subsection Python BuildSteps
Here are some BuildSteps that are specifcally useful for projects
@@ -5059,7 +5061,7 @@
* PyFlakes::
@end menu
- at node BuildEPYDoc
+ at node BuildEPYDoc, PyFlakes, Python BuildSteps, Python BuildSteps
@subsubsection BuildEPYDoc
@bsindex buildbot.steps.python.BuildEPYDoc
More information about the Commits
mailing list