[Buildbot-commits] buildbot/buildbot/process step.py,1.93,1.94

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


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

Modified Files:
	step.py 
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: step.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/process/step.py,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- step.py	20 Jun 2006 08:08:58 -0000	1.93
+++ step.py	20 Jun 2006 08:09:04 -0000	1.94
@@ -458,6 +458,7 @@
                 'env': env,
                 'want_stdout': want_stdout,
                 'want_stderr': want_stderr,
+                'logfiles': logfiles,
                 'timeout': timeout,
                 }
         LoggedRemoteCommand.__init__(self, "shell", args)
@@ -1055,6 +1056,11 @@
                    This will be used by start() to create a
                    RemoteShellCommand instance.
 
+    @ivar logfiles: a dict mapping log NAMEs to workdir-relative FILENAMEs
+                    of their corresponding logfiles. The contents of the file
+                    named FILENAME will be put into a LogFile named NAME, in
+                    something approximating real-time.
+
     """
 
     name = "shell"





More information about the Commits mailing list