[Buildbot-commits] buildbot ChangeLog,1.981,1.982
Brian Warner
warner at users.sourceforge.net
Thu Nov 1 08:33:39 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20236
Modified Files:
ChangeLog
Log Message:
[project @ webstatus: tolerate results==None without exploding, Closes #118.]
Original author: warner at lothar.com
Date: 2007-11-01 08:32:54+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.981
retrieving revision 1.982
diff -u -d -r1.981 -r1.982
--- ChangeLog 1 Nov 2007 08:27:20 -0000 1.981
+++ ChangeLog 1 Nov 2007 08:33:36 -0000 1.982
@@ -1,5 +1,10 @@
2007-11-01 Brian Warner <warner at lothar.com>
+ * 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
+ that results value. Patch from Greg Ward. Closes #118.
+
* buildbot/status/client.py (RemoteBuildStep.remote_getLogs):
IBuildStepStatus.getLogs() returns a list, not a dict. Patch from
Fabrice Crestois. Closes #121.
More information about the Commits
mailing list