[Buildbot-commits] buildbot ChangeLog,1.481,1.482
Brian Warner
warner at users.sourceforge.net
Wed Aug 10 07:06:14 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26773
Modified Files:
ChangeLog
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: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -d -r1.481 -r1.482
--- ChangeLog 10 Aug 2005 04:52:41 -0000 1.481
+++ ChangeLog 10 Aug 2005 07:06:12 -0000 1.482
@@ -1,3 +1,21 @@
+2005-08-10 Brian Warner <warner at lothar.com>
+
+ * 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'
+
2005-08-08 Brian Warner <warner at lothar.com>
* docs/buildbot.texinfo (try): add docs on the
More information about the Commits
mailing list