[Buildbot-commits] buildbot/docs buildbot.texinfo,1.43,1.44

Brian Warner warner at users.sourceforge.net
Tue Apr 18 07:48:00 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-504
Creator:  Brian Warner <warner at lothar.com>

docs: improve the cross-references between PBListener and statusgui

	* docs/buildbot.texinfo (PBListener): improve cross-references
	between PBListener and 'buildbot statusgui', thanks to John Pye
	for the suggestion.


Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- buildbot.texinfo	11 Apr 2006 06:12:59 -0000	1.43
+++ buildbot.texinfo	18 Apr 2006 07:47:58 -0000	1.44
@@ -3837,13 +3837,18 @@
 
 @cindex PBListener
 
- at code{buildbot.status.client.PBListener(port=int, user=str,
-passwd=str)}
+ at example
+import buildbot.status.client
+pbl = buildbot.status.client.PBListener(port=int, user=str,
+                                        passwd=str)
+c['status'].append(pbl)
+ at end example
 
 This sets up a PB listener on the given TCP port, to which a PB-based
 status client can connect and retrieve status information.
- at code{buildbot statusgui} is an example of such a status client. The
- at code{port} argument can also be a strports specification string.
+ at code{buildbot statusgui} (@pxref{statusgui}) is an example of such a
+status client. The @code{port} argument can also be a strports
+specification string.
 
 @node Command-line tool, Resources, Status Delivery, Top
 @chapter Command-line tool
@@ -3952,6 +3957,12 @@
 @node statusgui, try, statuslog, Developer Tools
 @subsection statusgui
 
+ at cindex statusgui
+
+If you have set up a PBListener (@pxref{PBListener}), you will be able
+to monitor your Buildbot using a simple Gtk+ application invoked with
+the @code{buildbot statusgui} command:
+
 @example
 buildbot statusgui --master @var{MASTERHOST}:@var{PORT}
 @end example





More information about the Commits mailing list