[Buildbot-commits] [Buildbot] #2136: support binary log files in build steps

Buildbot nobody at buildbot.net
Fri Oct 21 17:23:52 UTC 2011


#2136: support binary log files in build steps
------------------------+---------------------------
Reporter:  brendan      |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  minor        |  Milestone:  undecided
 Version:  0.8.5        |   Keywords:  web buildstep
------------------------+---------------------------
 I have buildsteps that produce a tarball containing debug information
 (coredumps etc) when tests fail. I'd like to include these as log files so
 that I can grab them from the summary page. Adding them as logfiles sort
 of works, but when I click on the link it comes back as text/html that my
 browser attempts to render. I'd like to be able to just download it
 directly. Ideally, I'd just flag a log file as binary in the buildstep
 constructor.

 For reference, I've attached the hack I'm using right now (I am not
 proposing to include this patch).

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2136>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list