[Buildbot-commits] buildbot/docs config.xhtml,1.6,1.7

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


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

Modified Files:
	config.xhtml 
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: config.xhtml
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/config.xhtml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- config.xhtml	15 Sep 2004 10:00:49 -0000	1.6
+++ config.xhtml	19 Apr 2005 08:22:35 -0000	1.7
@@ -82,21 +82,22 @@
 
 <ul>
   <li><code>buildbot.status.html.Waterfall(http_port=int,
-  distrib_port=int/str)</code>:
+  distrib_port=int/str, favicon=str)</code>:
 
   This creates an HTML <q>waterfall display</q>, which shows a time-based
-  chart of events. This display provides detailed information about all
-  steps of all recent builds, and provides hyperlinks to look at individual
-  build logs and source changes. If the <code>http_port</code> argument is
+  chart of events. This display provides detailed information about all steps
+  of all recent builds, and provides hyperlinks to look at individual build
+  logs and source changes. If the <code>http_port</code> argument is
   provided, it represents the TCP port number on which the web server should
   listen. If instead <code>distrib_port</code> is provided, a twisted.web
   distributed server will be started either on a TCP port (if
   <code>distrib_port</code> is an int) or more likely on a UNIX socket (if
-  <code>distrib_port</code> is a string). <!-- TODO: would it be useful to
-  let the waterfall page live at a different location? How could you offer
-  both the waterfall page and a one-box-per-builder status page in the same
-  server? -->
-  </li>
+  <code>distrib_port</code> is a string). <code>favicon</code> can be used to
+  point at an image that many browsers will use as an icon in any bookmarks
+  made to pages on the site. <!-- TODO: would it be useful to let the
+  waterfall page live at a different location? How could you offer both the
+  waterfall page and a one-box-per-builder status page in the same server?
+  --> </li>
 
   
   <li><code>buildbot.status.words.IRC(stuff)</code>:





More information about the Commits mailing list