[Buildbot-commits] buildbot/docs buildbot.texinfo,1.15,1.16

Brian Warner warner at users.sourceforge.net
Wed Aug 10 08:15:46 UTC 2005


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

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

jobdir-style 'try' framework is now 90% implemented

	* buildbot/scripts/runner.py: Add 'buildbot try' command, jobdir
	style is 90% done, still missing status reporting or waiting for
	the buildsets to finish, and it is completely untested.

	* buildbot/trybuild.py: delete file, move contents to ..
	* buildbot/scripts/tryclient.py (getSourceStamp): .. here
	* buildbot/test/test_vc.py: match the move


Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- buildbot.texinfo	10 Aug 2005 07:06:11 -0000	1.15
+++ buildbot.texinfo	10 Aug 2005 08:15:44 -0000	1.16
@@ -3771,6 +3771,8 @@
 source-stamp pair. Each VC system uses a different process, so you
 start by telling the @command{try} command which VC system you are
 using, with an argument like @option{--vc=cvs} or @option{--vc=tla}.
+This can also be provided as @code{try_vc} in
+ at file{.buildbot/options}.
 
 @heading finding the top of the tree
 





More information about the Commits mailing list