[Buildbot-commits] buildbot ChangeLog,1.750,1.751
Brian Warner
warner at users.sourceforge.net
Mon Sep 25 07:47:04 UTC 2006
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17854
Modified Files:
ChangeLog
Log Message:
[project @ whoops, forgot to pull before modifying the ChangeLog.. merge conflict]
Original author: warner at lothar.com
Date: 2006-09-25 07:46:22
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.750
retrieving revision 1.751
diff -u -d -r1.750 -r1.751
--- ChangeLog 25 Sep 2006 07:46:56 -0000 1.750
+++ ChangeLog 25 Sep 2006 07:47:02 -0000 1.751
@@ -1,3 +1,22 @@
+2006-09-25 Brian Warner <warner at lothar.com>
+
+ * buildbot/steps/source.py (Monotone): initial Monotone support,
+ contributed by Nathaniel Smith. Still needs docs and tests, but
+ this code has been in use on the Monotone buildbot for a long
+ time now.
+ * buildbot/slave/commands.py (Monotone): slave-side support
+ * buildbot/changes/monotone.py (MonotoneSource): polling change
+ source
+
+ * buildbot/changes/bonsaipoller.py (BonsaiPoller): Ben also
+ contributed a Change Source that polls a Bonsai server (a
+ kind of web-based viewcvs CGI script).
+
+ * buildbot/status/tinderbox.py (TinderboxMailNotifier): Ben
+ Hearsum contributed a status plugin which sends email in the same
+ format that Tinderbox does: this allows a number of tinderbox
+ tools to be driven by Buildbot instead. Thanks Ben!
+
2006-09-24 Brian Warner <warner at lothar.com>
* buildbot/changes/mail.py (parseBonsaiMail): fix the parser.
More information about the Commits
mailing list