[Buildbot-commits] buildbot ChangeLog,1.364,1.365

Brian Warner warner at users.sourceforge.net
Fri Apr 22 02:57:24 UTC 2005


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

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

move debugclient and status client into 'buildbot' command

* buildbot/scripts/runner.py (Options.debugclient, Options.statusgui):
add sub-commands to launch the debug client (formerly in
contrib/debugclient.py) and the Gtk status application (currently broken)
* buildbot/clients/debug.py: move from contrib/debugclient.py
* buildbot/clients/debug.glade: same


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -d -r1.364 -r1.365
--- ChangeLog	21 Apr 2005 20:56:23 -0000	1.364
+++ ChangeLog	22 Apr 2005 02:57:22 -0000	1.365
@@ -13,6 +13,11 @@
 	be nice to first try the 'make' command and only fall back to
 	twistd if it fails. TODO: the Makefile's "start" command does not
 	add the --reactor=win32 argument when running under windows.
+	(Options.debugclient, Options.statusgui): add sub-commands to launch
+	the debug client (formerly in contrib/debugclient.py) and the
+	Gtk status application (currently broken)
+	* buildbot/clients/debug.py: move from contrib/debugclient.py
+	* buildbot/clients/debug.glade: same
 
 	* buildbot/test/test_trial.py: remove it. This requires some
 	functionality out of Twisted that isn't there yet, and until then





More information about the Commits mailing list