[Buildbot-commits] buildbot/docs buildbot.texinfo,1.80,1.81

Brian Warner warner at users.sourceforge.net
Sat Sep 30 21:12:10 UTC 2006


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

Modified Files:
	buildbot.texinfo 
Log Message:
[project @ try: update docs, remove some dead code]

Original author: warner at lothar.com
Date: 2006-09-30 21:11:24

Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- buildbot.texinfo	25 Sep 2006 07:21:02 -0000	1.80
+++ buildbot.texinfo	30 Sep 2006 21:12:08 -0000	1.81
@@ -5720,6 +5720,46 @@
 @end table
 
 
+The following options are used by the @code{buildbot try} command
+(@pxref{try}):
+
+ at table @code
+ at item try_connect
+This specifies how the ``try'' command should deliver its request to
+the buildmaster. The currently accepted values are ``ssh'' and ``pb''.
+ at item try_builders
+Which builders should be used for the ``try'' build.
+ at item try_vc
+This specifies the version control system being used.
+ at item try_branch
+This indicates that the current tree is on a non-trunk branch.
+ at item try_topdir
+ at item try_topfile
+Use @code{try_topdir} to explicitly indicate the top of your working
+tree, or @code{try_topfile} to name a file that will only be found in
+that top-most directory.
+
+ at item try_host
+ at item try_username
+ at item try_dir
+When try_connect is ``ssh'', the command will pay attention to
+ at code{try_host}, @code{try_username}, and @code{try_dir}.
+
+ at item try_username
+ at item try_password
+ at item try_master
+Instead, when @code{try_connect} is ``pb'', the command will pay
+attention to @code{try_username}, @code{try_password}, and
+ at code{try_master}.
+
+ at item try_wait
+ at item masterstatus
+ at code{try_wait} and @code{masterstatus} are used to ask the ``try''
+command to wait for the requested build to complete.
+
+ at end table
+
+
 
 @node Resources, Developer's Appendix, Command-line tool, Top
 @chapter Resources





More information about the Commits mailing list