[Buildbot-commits] buildbot ChangeLog,1.506,1.507

Brian Warner warner at users.sourceforge.net
Fri Oct 7 18:45:45 UTC 2005


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

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

inherit from StatusReceiver properly

	* buildbot/slave/bot.py (SlaveBuilder.activity): survive
	bot.SlaveBuilder being disowned in the middle of a build

	* buildbot/status/base.py (StatusReceiverMultiService): oops, make
	this inherit from StatusReceiver. Also upcall in __init__. This
	fixes the embarrasing crash when the new buildSetSubmitted method
	is invoked and Waterfall/etc don't implement their own.
	* buildbot/test/test_run.py: add a TODO note about a test to catch
	just this sort of thing.

--This line, and those below, will be ignored--
Files to commit:
   <can't compute list>

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.506
retrieving revision 1.507
diff -u -d -r1.506 -r1.507
--- ChangeLog	7 Oct 2005 18:37:21 -0000	1.506
+++ ChangeLog	7 Oct 2005 18:45:42 -0000	1.507
@@ -1,5 +1,15 @@
 2005-10-07  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/bot.py (SlaveBuilder.activity): survive
+	bot.SlaveBuilder being disowned in the middle of a build
+
+	* buildbot/status/base.py (StatusReceiverMultiService): oops, make
+	this inherit from StatusReceiver. Also upcall in __init__. This
+	fixes the embarrasing crash when the new buildSetSubmitted method
+	is invoked and Waterfall/etc don't implement their own.
+	* buildbot/test/test_run.py: add a TODO note about a test to catch
+	just this sort of thing.
+
 	* buildbot/process/builder.py (Builder.attached): remove the
 	already-attached warning, this situation is normal. Add some
 	comments explaining it.





More information about the Commits mailing list