[Buildbot-commits] buildbot ChangeLog,1.832,1.833

Brian Warner warner at users.sourceforge.net
Tue Feb 6 08:23:02 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ test_steps.py: remove the last use of reactor.iterate() in the whole tree]

Original author: warner at lothar.com
Date: 2007-02-06 08:22:26

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.832
retrieving revision 1.833
diff -u -d -r1.832 -r1.833
--- ChangeLog	5 Feb 2007 18:47:22 -0000	1.832
+++ ChangeLog	6 Feb 2007 08:23:00 -0000	1.833
@@ -1,3 +1,10 @@
+2007-02-06  Brian Warner  <warner at lothar.com>
+
+	* buildbot/test/test_steps.py (BuildStep): remove use of
+	reactor.iterate(), although the technique I replaced it with is a
+	gross polling hack that must be cleaned up properly some day. This
+	was the last use of reactor.iterate in the entire tree, yay.
+
 2007-02-05  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/mail.py (MailNotifier.__init__): assert that 'mode'





More information about the Commits mailing list