[Buildbot-commits] buildbot ChangeLog,1.938,1.939
Brian Warner
warner at users.sourceforge.net
Sat Sep 29 01:07:56 UTC 2007
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25039
Modified Files:
ChangeLog
Log Message:
[project @ add arg to send email when buildslaves go missing. Closes #64.]
Original author: warner at lothar.com
Date: 2007-09-29 01:06:11+00:00
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.938
retrieving revision 1.939
diff -u -d -r1.938 -r1.939
--- ChangeLog 28 Sep 2007 09:33:40 -0000 1.938
+++ ChangeLog 29 Sep 2007 01:07:48 -0000 1.939
@@ -1,5 +1,14 @@
2007-09-28 Brian Warner <warner at lothar.com>
+ * buildbot/buildslave.py (BuildSlave): add notify_on_missing=
+ argument, to send email about buildslaves which are disconnected
+ for more than an hour. Closes #64.
+ * buildbot/test/test_slaves.py (BuildSlave.test_mail_on_missing):
+ test it
+ * docs/buildbot.texinfo (When Buildslaves Go Missing): document it
+ (MailNotifier): add docs for this too
+
+
* buildbot/status/web/baseweb.py (OneBoxPerBuilder): make this page
respect branch= queryargs, by restricting the builds displayed to
those matching the given branch names
More information about the Commits
mailing list