[Buildbot-commits] buildbot/docs buildbot.texinfo,1.76,1.77

Brian Warner warner at users.sourceforge.net
Fri Sep 15 14:49:49 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ file transfer: minor changes, add ChangeLog]

Original author: warner at lothar.com
Date: 2006-09-09 06:25:25

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- buildbot.texinfo	15 Sep 2006 14:49:33 -0000	1.76
+++ buildbot.texinfo	15 Sep 2006 14:49:46 -0000	1.77
@@ -3706,7 +3706,9 @@
 buildmaster side. The most basic way to involve the buildmaster is
 simply to move a file from the slave to the master, or vice versa.
 There are a pair of BuildSteps named @code{FileUpload} and
- at code{FileDownload} to provide this functionality.
+ at code{FileDownload} to provide this functionality. @code{FileUpload}
+moves a file @emph{up to} the master, while @code{FileDownload} moves
+a file @emph{down from} the master.
 
 As an example, let's assume that there is a step which produces an
 HTML file within the source tree that contains some sort of generated
@@ -3749,6 +3751,7 @@
 f.addStep(ShellCommand, command=["make", "config"])
 @end example
 
+ at c TODO: document other parameters
 
 
 @node Writing New BuildSteps,  , Transferring Files, Build Steps





More information about the Commits mailing list