[Buildbot-commits] buildbot ChangeLog,1.486,1.487

Brian Warner warner at users.sourceforge.net
Thu Aug 11 21:58:44 UTC 2005


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

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

repair bitrot in the IRC status bot

	* buildbot/master.py (DebugPerspective.perspective_pokeIRC): fix
	this, it got broken at some point in the last few releases
	* buildbot/status/words.py (IrcBuildRequest): reply was broken
	(IrcStatusBot.emit_status): handle new IBuilderStatus.getState,
	specifically the removal of ETA information from the tuple


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.486
retrieving revision 1.487
diff -u -d -r1.486 -r1.487
--- ChangeLog	11 Aug 2005 20:27:48 -0000	1.486
+++ ChangeLog	11 Aug 2005 21:58:41 -0000	1.487
@@ -1,5 +1,11 @@
 2005-08-11  Brian Warner  <warner at lothar.com>
 
+	* buildbot/master.py (DebugPerspective.perspective_pokeIRC): fix
+	this, it got broken at some point in the last few releases
+	* buildbot/status/words.py (IrcBuildRequest): reply was broken
+	(IrcStatusBot.emit_status): handle new IBuilderStatus.getState,
+	specifically the removal of ETA information from the tuple
+
 	* buildbot/locks.py: use %d for id() instead of %x, avoid a silly
 	warning message
 





More information about the Commits mailing list