[Buildbot-commits] [Buildbot] #371: ShellCommand argument "logfiles" does not properly work for HTML log files

Buildbot trac trac at buildbot.net
Sat Mar 15 21:00:22 UTC 2014


#371: ShellCommand argument "logfiles" does not properly work for HTML log files
------------------------+--------------------
Reporter:  cli          |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.0
 Version:               |  Resolution:
Keywords:  web          |
------------------------+--------------------

Comment (by tardyp):

 looking at the code, the whole logfiles functionality is probably broken.


 {{{
                 # tell the BuildStepStatus to add a LogFile
                 newlog = self.addLog(logname)
                 # and tell the RemoteCommand to feed it
                 cmd.useLog(newlog, True)
 }}}


 This is old style addLog, without deferred. I don't think cmd.useLog will
 manage asynclog proxies.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/371#comment:11>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list