[Buildbot-commits] buildbot/buildbot/slave commands.py,1.54,1.55

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


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

Modified Files:
	commands.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: commands.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/slave/commands.py,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- commands.py	20 Jun 2006 08:08:58 -0000	1.54
+++ commands.py	20 Jun 2006 08:09:04 -0000	1.55
@@ -140,6 +140,7 @@
         self.command = command
         self.name = name
         self.logfile = logfile
+        log.msg("LogFileWatcher created to watch %s" % logfile)
         # we are created before the ShellCommand starts. If the logfile we're
         # supposed to be watching already exists, record its size and
         # ctime/mtime so we can tell when it starts to change.
@@ -303,6 +304,10 @@
         log.msg(" " + msg)
         self.sendStatus({'header': msg+"\n"})
 
+        msg = " watching logfiles %s" % (self.logfiles,)
+        log.msg(" " + msg)
+        self.sendStatus({'header': msg+"\n"})
+
         # then the argv array for resolving unambiguity
         msg = " argv: %s" % (argv,)
         log.msg(" " + msg)





More information about the Commits mailing list