Results / Logs in custom Builder TaskHandler

the.cypher at gmail.com the.cypher at gmail.com
Fri Mar 29 01:22:54 UTC 2013


Hi all,

I am currently working on a Builder Plugin. So far its working great but I get my task output in "Result" as I just return it as a string.
However I'd more like it to be under "Output" displaying a logfile with that info in it. Just like build.log, root.log etc

How would I approach this? Which imports do I need?

in kojid I saw it does:

logs = {}
..
logs.setdefault(arch,[]).append(fn)

return srpm,rpms,brmap,logs

How would I adapt that to my task handler ?

Thanks in advance, Phil !


More information about the buildsys mailing list