]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Refactor output options
authorSimon Glass <sjg@chromium.org>
Sat, 9 Aug 2014 21:33:02 +0000 (15:33 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 13 Aug 2014 14:34:15 +0000 (08:34 -0600)
commitb2ea7ab25258621871db1f884be1a2f2b1641741
treebcf0dc78bbe4c8c3537d6e7c22456c6621587b8b
parentc1de50149228c73c90f71a51c8a0a4ab7d651b3a
buildman: Refactor output options

We need the output options to be available in several places. It's a pain
to pass them into each function. Make them properties of the builder and
add a single function to set them up. At the same time, add a function which
produces summary output using these options.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py
tools/buildman/control.py
tools/buildman/test.py