[Buildbot-commits] buildbot/docs buildbot.texinfo,1.14,1.15
Brian Warner
warner at users.sourceforge.net
Wed Aug 10 07:06:14 UTC 2005
Update of /cvsroot/buildbot/buildbot/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26773/docs
Modified Files:
buildbot.texinfo
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-273
Creator: Brian Warner <warner at lothar.com>
implement Try_Jobdir, with a unit test
* buildbot/scheduler.py (Try_Jobdir): implement the jobdir style
of the TryScheduler, no buildsetID or status-tracking support yet
* buildbot/test/test_scheduler.py (Scheduling.testTryJobdir): test it
* buildbot/changes/maildir.py (Maildir.setBasedir): make it
possible to set the basedir after __init__ time, so it is easier
to use as a Service-child of the BuildMaster instance
* buildbot/changes/maildirtwisted.py (MaildirService): make a form
that delivers messages to its Service parent instead of requiring
a subclass to be useful. This turns out to be much easier to build
unit tests around.
* buildbot/scripts/tryclient.py (createJob): utility code to
create jobfiles, will eventually be used by 'buildbot try'
Index: buildbot.texinfo
===================================================================
RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- buildbot.texinfo 10 Aug 2005 04:52:53 -0000 1.14
+++ buildbot.texinfo 10 Aug 2005 07:06:11 -0000 1.15
@@ -3746,7 +3746,7 @@
approaches described above is in use by the buildmaster. You specify
the approach by using @option{--connect=ssh} or @option{--connect=pb}
(or @code{try_connect = 'ssh'} or @code{try_connect = 'pb'} in
- at file{.buildbot.options}).
+ at file{.buildbot/options}).
For the PB approach, the command must be given a @option{--username}
and @option{--passwd} pair of arguments that match one of the entries
More information about the Commits
mailing list