[Buildbot-commits] buildbot ChangeLog,1.672,1.673

Brian Warner warner at users.sourceforge.net
Tue Jun 20 08:09:06 UTC 2006


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

Modified Files:
	ChangeLog 
Log Message:
[project @ LogFileWatcher: oops, make it work from real BuildSteps]

Original author: warner at lothar.com
Date: 2006-06-20 05:09:15

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.672
retrieving revision 1.673
diff -u -d -r1.672 -r1.673
--- ChangeLog	20 Jun 2006 08:08:58 -0000	1.672
+++ ChangeLog	20 Jun 2006 08:09:04 -0000	1.673
@@ -1,5 +1,14 @@
 2006-06-19  Brian Warner  <warner at lothar.com>
 
+	* buildbot/slave/commands.py (LogFileWatcher.__init__): note the
+	creation of LogFileWatchers
+	(ShellCommand._startCommand): and record the files that were
+	watched in the 'headers' section of the ShellCommand output
+
+	* buildbot/process/step.py (RemoteShellCommand.__init__): duh, you
+	need to actually pass it to the slave if you want it to work.
+	(ShellCommand): document it a bit
+
 	* buildbot/test/test_shell.py: new test to validate LogFiles
 	* buildbot/test/runutils.py (SlaveCommandTestBase): updates to
 	test LogFiles





More information about the Commits mailing list