[Buildbot-commits] buildbot ChangeLog,1.682,1.683

Brian Warner warner at users.sourceforge.net
Sun Jul 16 00:59:07 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ implement manhole (ssh-based, colorized/line-editing terminal)]

Original author: warner at lothar.com
Date: 2006-07-16 00:55:25

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.682
retrieving revision 1.683
diff -u -d -r1.682 -r1.683
--- ChangeLog	16 Jul 2006 00:58:31 -0000	1.682
+++ ChangeLog	16 Jul 2006 00:59:05 -0000	1.683
@@ -1,5 +1,15 @@
 2006-07-15  Brian Warner  <warner at lothar.com>
 
+	* buildbot/manhole.py: move all Manhole-related code out to this
+	module. Implement SSH-based manholes (with TwistedConch), and move
+	to conch's nifty line-editing syntax-coloring REPL shell instead
+	of the boring non-editing monochromatic (and deprecated) old
+	'telnet' protocol.
+	* buildbot/master.py: remove all Manhole-related code
+	(BuildMaster.loadConfig._add): make sure the old manhole is
+	removed before we add the new one
+	* docs/buildbot.texinfo (Debug options): document new Manhole options
+
 	* buildbot/twcompat.py (_which): fix some epydoc issues
 	* buildbot/status/html.py (Waterfall.__init__): same
 





More information about the Commits mailing list