[Buildbot-commits] buildbot ChangeLog,1.1045,1.1046

Brian Warner warner at users.sourceforge.net
Sat Mar 22 22:50:36 UTC 2008


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

Modified Files:
	ChangeLog 
Log Message:
[project @ slave/commands.py: log more information about stdin and PTYs to the 'headers' section]

Original author: warner at lothar.com
Date: 2008-03-22 22:49:21+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1045
retrieving revision 1.1046
diff -u -d -r1.1045 -r1.1046
--- ChangeLog	22 Mar 2008 22:15:10 -0000	1.1045
+++ ChangeLog	22 Mar 2008 22:50:34 -0000	1.1046
@@ -1,5 +1,12 @@
 2008-03-22  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (ShellCommand): record more
+	information in the 'header' section: how much we write into stdin,
+	do we close stdin, are we using a PTY. There are lingering
+	problems with PTYs and with closing stdin (see #198 and #158).
+	This doesn't fix those problems, but it should provide more
+	information to developers.
+
 	* buildbot/status/client.py: hush pyflakes, log.msg vs log
 	* buildbot/status/mail.py: same
 





More information about the Commits mailing list