[Buildbot-commits] buildbot/docs Makefile, 1.3, 1.4 buildbot.texinfo, 1.144, 1.145
Brian Warner
warner at users.sourceforge.net
Thu May 22 22:13:32 UTC 2008
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17776/docs
Modified Files:
Makefile buildbot.texinfo
Log Message:
[project @ #124:docs.patch]
Add properties to the documentation, along with a nontrivial reorganization
of the scheduler section of the documentation.
Original author: dustin at v.igoro.us
Date: 2008-04-14 18:53:43+00:00
Index: Makefile
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile 11 Aug 2006 07:31:23 -0000 1.3
+++ Makefile 22 May 2008 22:13:30 -0000 1.4
@@ -2,10 +2,12 @@
buildbot.info: buildbot.texinfo
makeinfo --fill-column=70 $<
-buildbot.html: buildbot.texinfo images-png
+#images-png
+buildbot.html: buildbot.texinfo
makeinfo --no-split --html $<
-buildbot.ps: buildbot.texinfo images-eps
+#images-eps
+buildbot.ps: buildbot.texinfo
texi2dvi $<
dvips buildbot.dvi
rm buildbot.aux buildbot.cp buildbot.cps buildbot.fn buildbot.ky buildbot.log buildbot.pg buildbot.toc buildbot.tp buildbot.vr
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- buildbot.texinfo 22 May 2008 22:12:22 -0000 1.144
+++ buildbot.texinfo 22 May 2008 22:13:30 -0000 1.145
@@ -109,6 +109,7 @@
* BuildRequest::
* Builder::
* Users::
+* Build Properties::
Version Control Systems
@@ -130,17 +131,23 @@
* Loading the Config File::
* Testing the Config File::
* Defining the Project::
[...1163 lines suppressed...]
-
- at item slavename
-
-This is a string which identifies which buildslave the build is
-running on.
-
- at end table
-
@node Python BuildSteps, Transferring Files, Simple ShellCommand Subclasses, Build Steps
@subsection Python BuildSteps
@@ -4883,7 +5147,7 @@
@subsection Triggering Schedulers
The counterpart to the Triggerable described in section
- at pxref{Build Dependencies} is the Trigger BuildStep.
+ at pxref{Triggerable Scheduler} is the Trigger BuildStep.
@example
from buildbot.steps.trigger import Trigger
More information about the Commits
mailing list