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 !
--
buildsys mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/buildsys

Reply via email to