[Buildbot-commits] buildbot/buildbot/slave commands.py,1.22,1.23

Brian Warner warner at users.sourceforge.net
Tue Apr 19 08:22:46 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot/slave
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19858/buildbot/slave

Modified Files:
	commands.py 
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: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- commands.py	18 Apr 2005 00:26:56 -0000	1.22
+++ commands.py	19 Apr 2005 08:22:43 -0000	1.23
@@ -147,6 +147,7 @@
             msg += " (timeout %d secs)" % self.timeout
         log.msg("  " + msg)
         self.sendStatus({'header': msg+"\n"})
+        log.msg("  env is: %s" % self.environ)
         if self.notreally:
             self.sendStatus({'header': "(not really)\n"})
             self.finished(None, 0)





More information about the Commits mailing list