[Buildbot-commits] buildbot ChangeLog,1.513,1.514
Brian Warner
warner at users.sourceforge.net
Wed Oct 19 05:59:36 UTC 2005
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11342
Modified Files:
ChangeLog
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-338
Creator: Brian Warner <warner at lothar.com>
use getURLForThing to add per-Build URLs to status messages
* buildbot/status/html.py: provide 'status' argument to most
StatusResourceFOO objects
(StatusResourceBuild.body): href-ify the Builder name, add "Steps
and Logfiles" section to make the Build page into a more-or-less
comprehensive source of status information about the build
* buildbot/status/mail.py (MailNotifier): include the Build's URL
* buildbot/status/words.py (IrcStatusBot.buildFinished): same
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.513
retrieving revision 1.514
diff -u -d -r1.513 -r1.514
--- ChangeLog 18 Oct 2005 06:29:56 -0000 1.513
+++ ChangeLog 19 Oct 2005 05:59:34 -0000 1.514
@@ -1,3 +1,14 @@
+2005-10-18 Brian Warner <warner at lothar.com>
+
+ * buildbot/status/html.py: provide 'status' argument to most
+ StatusResourceFOO objects
+ (StatusResourceBuild.body): href-ify the Builder name, add "Steps
+ and Logfiles" section to make the Build page into a more-or-less
+ comprehensive source of status information about the build
+
+ * buildbot/status/mail.py (MailNotifier): include the Build's URL
+ * buildbot/status/words.py (IrcStatusBot.buildFinished): same
+
2005-10-17 Brian Warner <warner at lothar.com>
* buildbot/process/process_twisted.py (TwistedTrial): update Trial
More information about the Commits
mailing list