[Buildbot-commits] buildbot/docs buildbot.texinfo,1.130,1.131

Brian Warner warner at users.sourceforge.net
Sun Dec 23 08:35:34 UTC 2007


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ make TreeSize actually work. Closes #47.]

Original author: warner at lothar.com
Date: 2007-12-23 08:34:26+00:00

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- buildbot.texinfo	23 Dec 2007 07:17:01 -0000	1.130
+++ buildbot.texinfo	23 Dec 2007 08:35:32 -0000	1.131
@@ -203,6 +203,7 @@
 * Configure::                   
 * Compile::                     
 * Test::                        
+* TreeSize::                    
 * Build Properties::            
 
 Python BuildSteps
@@ -4371,6 +4372,7 @@
 * Configure::                   
 * Compile::                     
 * Test::                        
+* TreeSize::                    
 * Build Properties::            
 @end menu
 
@@ -4419,7 +4421,7 @@
 source code filenames involved).
 
 
- at node Test, Build Properties, Compile, Simple ShellCommand Subclasses
+ at node Test, TreeSize, Compile, Simple ShellCommand Subclasses
 @subsubsection Test
 
 @bsindex buildbot.steps.shell.Test
@@ -4427,9 +4429,18 @@
 This is meant to handle unit tests. The default command is @code{make
 test}, and the @code{warnOnFailure} flag is set.
 
+ at node TreeSize, Build Properties, Test, Simple ShellCommand Subclasses
+ at subsubsection TreeSize
 
+ at bsindex buildbot.steps.shell.TreeSize
 
- at node Build Properties,  , Test, Simple ShellCommand Subclasses
+This is a simple command that uses the 'du' tool to measure the size
+of the code tree. It puts the size (as a count of 1024-byte blocks,
+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 Build Properties,  , TreeSize, Simple ShellCommand Subclasses
 @subsubsection Build Properties
 
 @cindex build properties





More information about the Commits mailing list