[Buildbot-commits] buildbot/buildbot/status tinderbox.py, 1.10, 1.11

Brian Warner warner at users.sourceforge.net
Thu Jul 24 18:52:32 UTC 2008


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

Modified Files:
	tinderbox.py 
Log Message:
[project @ axel-tinderbox-fix.patch]
Fix by Axel Hecht <l10n.moz at googlemail.com> to a regression in tinderbox

Original author: dustin at v.igoro.us
Date: 2008-07-24 15:11:08+00:00

Index: tinderbox.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/status/tinderbox.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- tinderbox.py	29 Apr 2008 16:17:59 -0000	1.10
+++ tinderbox.py	24 Jul 2008 18:52:30 -0000	1.11
@@ -172,7 +172,7 @@
             text += "%s build: %s\n" % (t, self.columnName)
         elif isinstance(self.columnName, WithProperties):
             # interpolate the WithProperties instance, use that
-            text += "%s build: %s\n" % (t, self.columnName.render(build))
+            text += "%s build: %s\n" % (t, build.getProperties().render(self.columnName))
         else:
             raise Exception("columnName is an unhandled value")
         text += "%s errorparser: %s\n" % (t, self.errorparser)





More information about the Commits mailing list