]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Allow comparison of build configuration
authorSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 05:06:15 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 22:24:25 +0000 (16:24 -0600)
commit843312dcdd942dc1d7d9009863b04340287326e0
tree0b053de3848904332936fd88fd5f6cfbc8bbd025
parent970f932a68e59adb87fad43560da01278f5ba4fa
buildman: Allow comparison of build configuration

It is useful to be able to see CONFIG changes made by commits. Add this
feature to buildman using the -K flag so that all CONFIG changes are
reported.

The CONFIG options exist in a number of files. Each is reported
individually as well as a summary that covers all files. The output
shows three parts: green for additions, red for removals and yellow for
changes.

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