[Buildbot-commits] buildbot ChangeLog,1.446,1.447

Brian Warner warner at users.sourceforge.net
Wed May 18 00:51:06 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-200
Creator:  Brian Warner <warner at monolith.lothar.com>

don't treat exception-raising Steps as SUCCESS

	* buildbot/status/client.py (PBListener): upcall more correctly
	* buildbot/process/base.py (Build.allStepsDone): if a step caused
	an exception mark the overall build with EXCEPTION, not SUCCESS


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -d -r1.446 -r1.447
--- ChangeLog	18 May 2005 00:29:43 -0000	1.446
+++ ChangeLog	18 May 2005 00:51:03 -0000	1.447
@@ -1,5 +1,10 @@
 2005-05-17  Brian Warner  <warner at lothar.com>
 
+	* buildbot/status/client.py (PBListener): upcall more correctly
+
+	* buildbot/process/base.py (Build.allStepsDone): if a step caused
+	an exception mark the overall build with EXCEPTION, not SUCCESS
+
 	* buildbot/scripts/runner.py (makefile_sample): remove the leading
 	newline
 	* buildbot/status/mail.py (MailNotifier): oops, forgot to upcall





More information about the Commits mailing list