[Buildbot-commits] buildbot ChangeLog,1.1035,1.1036

Brian Warner warner at users.sourceforge.net
Fri Mar 21 04:25:33 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ shell.py: tolerate None in the value, since build status display was throwing an exception]

Original author: warner at lothar.com
Date: 2008-03-21 04:22:52+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1035
retrieving revision 1.1036
diff -u -d -r1.1035 -r1.1036
--- ChangeLog	21 Mar 2008 03:53:35 -0000	1.1035
+++ ChangeLog	21 Mar 2008 04:25:30 -0000	1.1036
@@ -3,6 +3,9 @@
 	* buildbot/process/buildstep.py (render_properties): more cleanup:
 	rename 'render' to 'render_properties'.
 	* buildbot/steps/shell.py: same
+	(ShellCommand._interpolateProperties): tolerate None in the value,
+	clean up the isinstance checks, stop using the 'types' module
+
 	* buildbot/steps/transfer.py (FileUpload.start): same, other cleanups
 
 	* buildbot/steps/shell.py (render): oops, remove redundant





More information about the Commits mailing list