[Buildbot-commits] buildbot/docs buildbot.texinfo,1.86,1.87

Brian Warner warner at users.sourceforge.net
Fri Nov 24 19:27:13 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ buildbot statuslog: add reminders to connect to a PBListener port instead of the slaveport]

Original author: warner at lothar.com
Date: 2006-11-24 19:25:21

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- buildbot.texinfo	24 Nov 2006 08:23:27 -0000	1.86
+++ buildbot.texinfo	24 Nov 2006 19:27:11 -0000	1.87
@@ -5480,12 +5480,15 @@
 prints out a new line each time an event occurs on the buildmaster.
 
 The @option{--master} option provides the location of the
- at code{client.PBListener} status port, used to deliver build
-information to realtime status clients. The option is always in the
-form of a string, with hostname and port number separated by a colon
-(@code{HOSTNAME:PORTNUM}). Note that this port is @emph{not} the same
-as the slaveport (although a future version may allow the same port
-number to be used for both purposes).
+ at code{buildbot.status.client.PBListener} status port, used to deliver
+build information to realtime status clients. The option is always in
+the form of a string, with hostname and port number separated by a
+colon (@code{HOSTNAME:PORTNUM}). Note that this port is @emph{not} the
+same as the slaveport (although a future version may allow the same
+port number to be used for both purposes). If you get an error message
+to the effect of ``Failure: twisted.cred.error.UnauthorizedLogin:'',
+this may indicate that you are connecting to the slaveport rather than
+a @code{PBListener} port.
 
 The @option{--master} option can also be provided by the
 @code{masterstatus} name in @file{.buildbot/options} (@pxref{.buildbot





More information about the Commits mailing list