[Buildbot-commits] buildbot ChangeLog,1.371,1.372

Brian Warner warner at users.sourceforge.net
Sat Apr 23 10:37:03 UTC 2005


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

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

make 'buildbot statusgui' work again, at least somewhat

2005-04-23  Brian Warner  <warner at lothar.com>

   * buildbot/scripts/runner.py: make 'statuslog' and 'statusgui' be
   the sub-commands that log buildmaster status to stdout and to a
   GUI window, respectively.

   * buildbot/clients/gtkPanes.py: overhaul. basic two-row
   functionality is working again, but all the step-status and ETA
   stuff is missing. Commented out a lot of code pending more
   overhaul work.

   * buildbot/status/client.py: make sure that IRemote(None) is None


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.371
retrieving revision 1.372
diff -u -d -r1.371 -r1.372
--- ChangeLog	23 Apr 2005 10:22:11 -0000	1.371
+++ ChangeLog	23 Apr 2005 10:37:01 -0000	1.372
@@ -1,5 +1,16 @@
 2005-04-23  Brian Warner  <warner at lothar.com>
 
+	* buildbot/scripts/runner.py: make 'statuslog' and 'statusgui' be
+	the sub-commands that log buildmaster status to stdout and to a
+	GUI window, respectively.
+
+	* buildbot/clients/gtkPanes.py: overhaul. basic two-row
+	functionality is working again, but all the step-status and ETA
+	stuff is missing. Commented out a lot of code pending more
+	overhaul work.
+
+	* buildbot/status/client.py: make sure that IRemote(None) is None
+
 	* buildbot/changes/changes.py: import defer, oops
 	(ChangeMaster): remove the .sources list, rely upon the fact that
 	MultiServices can be treated as sequences of their children. This





More information about the Commits mailing list