[Buildbot-commits] buildbot ChangeLog,1.354,1.355
Brian Warner
warner at users.sourceforge.net
Tue Apr 19 08:22:45 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19858
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-49
Creator: Brian Warner <warner at monolith.lothar.com>
add favicon.ico, remove some deprecated web tests
2005-04-19 Brian Warner <warner at lothar.com>
* buildbot/slave/commands.py (ShellCommand._startCommand): log the
environment used by the command, at least on the child side.
* buildbot/status/html.py (TextLog.pauseProducing): add a note,
this method needs to be added and implemented because it gets
called under heavy load. I don't quite understand the
producer/consumer API enough to write it.
(StatusResource.getChild): add a resource for /favicon.ico
(Waterfall.__init__): add favicon= argument
* buildbot/test/test_web.py (WebTest.test_waterfall): test it
(WebTest.test_webPortnum): stop using deprecated 'webPortnum'
(WebTest.test_webPathname): same
(WebTest.test_webPathname_port): same
* docs/config.xhtml: mention favicon=
* buildbot/buildbot.png: add a default icon, dorky as it is
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -d -r1.354 -r1.355
--- ChangeLog 19 Apr 2005 07:45:20 -0000 1.354
+++ ChangeLog 19 Apr 2005 08:22:43 -0000 1.355
@@ -1,3 +1,21 @@
+2005-04-19 Brian Warner <warner at lothar.com>
+
+ * buildbot/slave/commands.py (ShellCommand._startCommand): log the
+ environment used by the command, at least on the child side.
+
+ * buildbot/status/html.py (TextLog.pauseProducing): add a note,
+ this method needs to be added and implemented because it gets
+ called under heavy load. I don't quite understand the
+ producer/consumer API enough to write it.
+ (StatusResource.getChild): add a resource for /favicon.ico
+ (Waterfall.__init__): add favicon= argument
+ * buildbot/test/test_web.py (WebTest.test_waterfall): test it
+ (WebTest.test_webPortnum): stop using deprecated 'webPortnum'
+ (WebTest.test_webPathname): same
+ (WebTest.test_webPathname_port): same
+ * docs/config.xhtml: mention favicon=
+ * buildbot/buildbot.png: add a default icon, dorky as it is
+
2005-04-18 Thomas Vander Stichele <thomas at apestaart dot org>
* buildbot/master.py:
More information about the Commits
mailing list