[Buildbot-commits] buildbot/docs buildbot.texinfo,1.119,1.120
Brian Warner
warner at users.sourceforge.net
Wed Sep 26 06:32:31 UTC 2007
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv15852/docs
Modified Files:
buildbot.texinfo
Log Message:
[project @ docs: provide an example of using WebStatus]
Original author: warner at lothar.com
Date: 2007-09-26 06:31:41+00:00
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -d -r1.119 -r1.120
--- buildbot.texinfo 13 Aug 2007 17:22:49 -0000 1.119
+++ buildbot.texinfo 26 Sep 2007 06:32:29 -0000 1.120
@@ -5941,6 +5941,11 @@
sample files, which you will probably want to customize for your own
project.
+ at example
+from buildbot.status.html import WebStatus
+c['status'].append(WebStatus(8080))
+ at end example
+
Certain URL prefixes are handled specially by code within the
buildbot. The pages available in these spaces provide various views into
the buildbot status, each with a different focus. These pages can be
More information about the Commits
mailing list