[Buildbot-commits] buildbot ChangeLog,1.745,1.746

Brian Warner warner at users.sourceforge.net
Mon Sep 25 02:43:58 UTC 2006


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25647

Modified Files:
	ChangeLog 
Log Message:
[project @ improve recording/announcing the buildslave's name for each build]

Original author: warner at lothar.com
Date: 2006-09-25 02:40:54

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.745
retrieving revision 1.746
diff -u -d -r1.745 -r1.746
--- ChangeLog	22 Sep 2006 05:57:58 -0000	1.745
+++ ChangeLog	25 Sep 2006 02:43:56 -0000	1.746
@@ -1,3 +1,15 @@
+2006-09-24  Brian Warner  <warner at lothar.com>
+
+	* buildbot/process/base.py (Build.setupSlaveBuilder): tell our
+	BuildStatus about the buildslave name at the *beginning* of the
+	build, rather than at the end. Thanks to Alexander Lorenz for the
+	patch.
+	* buildbot/status/html.py (StatusResourceBuild.body): always
+	include the slavename in the build page, not just when the build
+	has finished.
+	* buildbot/status/mail.py (MailNotifier.buildMessage): include the
+	slavename in the email message
+
 2006-09-21  Brian Warner  <warner at lothar.com>
 
 	* buildbot/scripts/sample.cfg: update to use new BuildStep classes





More information about the Commits mailing list