[Buildbot-commits] buildbot/docs buildbot.texinfo,1.19,1.20

Brian Warner warner at users.sourceforge.net
Wed Aug 31 01:12:09 UTC 2005


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

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

make jobdir-style 'try' report status properly

	* buildbot/scripts/tryclient.py (Try): make jobdir-style 'try'
	report status properly.
	* buildbot/status/client.py (StatusClientPerspective): add a
	perspective_getBuildSets method for the benefit of jobdir-style
	'try'.
	* docs/buildbot.texinfo (try): more docs
	* buildbot/test/test_scheduler.py (Scheduling.testGetBuildSets):
	new test case


Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- buildbot.texinfo	15 Aug 2005 18:05:06 -0000	1.19
+++ buildbot.texinfo	31 Aug 2005 01:12:06 -0000	1.20
@@ -3770,6 +3770,14 @@
 @file{.buildbot/options} as @code{try_host}, @code{try_username},
 @code{try_password}, and @code{try_dir}.
 
+In addition, the SSH approach needs to connect to a PBListener status
+port, so it can retrieve and report the results of the build (the PB
+approach uses the existing connection to retrieve status information,
+so this step is not necessary). This requires a @option{--master}
+argument, or a @code{masterstatus} entry in @file{.buildbot/options},
+in the form of a HOSTNAME:PORT string.
+
+
 @heading choosing the Builders
 
 A trial build is performed on multiple Builders at the same time, and





More information about the Commits mailing list