[Buildbot-commits] buildbot ChangeLog,1.1012,1.1013

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


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

Modified Files:
	ChangeLog 
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: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1012
retrieving revision 1.1013
diff -u -d -r1.1012 -r1.1013
--- ChangeLog	23 Dec 2007 07:16:59 -0000	1.1012
+++ ChangeLog	23 Dec 2007 08:35:31 -0000	1.1013
@@ -1,5 +1,13 @@
 2007-12-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/steps/shell.py (TreeSize): This never worked properly.
+	Fix it. Also, stash the tree size in a build property named
+	'tree-size-kb'. Note that this records size in KiB (1024 bytes),
+	not KB (1000 bytes), because that's what du will give us. This
+	closes #47.
+	* docs/buildbot.texinfo (TreeSize): document it
+	* buildbot/test/test_steps.py (TreeSize.testTreeSize): test it
+
 	* buildbot/steps/shell.py (WarningCountingShellCommand): utility
 	subclass which uses a regular expression to count warning messages
 	in the output. This also puts warning messages in a new 'warnings'





More information about the Commits mailing list