[Buildbot-commits] buildbot ChangeLog,1.982,1.983
Brian Warner
warner at users.sourceforge.net
Thu Nov 1 08:44:48 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv24498
Modified Files:
ChangeLog
Log Message:
[project @ web/builder.py: tolerate builds without a current step. Closes #111.]
Original author: warner at lothar.com
Date: 2007-11-01 08:44:00+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.982
retrieving revision 1.983
diff -u -d -r1.982 -r1.983
--- ChangeLog 1 Nov 2007 08:33:36 -0000 1.982
+++ ChangeLog 1 Nov 2007 08:44:46 -0000 1.983
@@ -1,5 +1,9 @@
2007-11-01 Brian Warner <warner at lothar.com>
+ * buildbot/status/web/builder.py (StatusResourceBuilder.build_line):
+ if there's no current step, don't try to display its description.
+ Same crash as in #96, this time in the web page. Closes #111.
+
* buildbot/status/web/base.py (OneLineMixin.make_line): tolerate
results == None (i.e. when the build hasn't finished yet);
previously this code exploded when trying to find a CSS class for
More information about the Commits
mailing list