[Buildbot-commits] buildbot ChangeLog,1.366,1.367

Brian Warner warner at users.sourceforge.net
Fri Apr 22 07:36:03 UTC 2005


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

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

let 'buildbot statusgui' really just run the text client

* buildbot/scripts/runner.py (statusgui): use the text client for
now, while I rewrite the Gtk one
* buildbot/clients/base.py: strip out old code, leaving just the
basic print-message-on-event functionality. I also remove the
ReconnectingPBClientFactory, but it does at least quit when it
loses the connection instead of going silent


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.366
retrieving revision 1.367
diff -u -d -r1.366 -r1.367
--- ChangeLog	22 Apr 2005 03:55:52 -0000	1.366
+++ ChangeLog	22 Apr 2005 07:36:00 -0000	1.367
@@ -1,3 +1,12 @@
+2005-04-22  Brian Warner  <warner at lothar.com>
+
+	* buildbot/scripts/runner.py (statusgui): use the text client for
+	now, while I rewrite the Gtk one
+	* buildbot/clients/base.py: strip out old code, leaving just the
+	basic print-message-on-event functionality. I also remove the
+	ReconnectingPBClientFactory, but it does at least quit when it
+	loses the connection instead of going silent
+
 2005-04-21  Brian Warner  <warner at lothar.com>
 
 	* Makefile: minor tweaks





More information about the Commits mailing list