]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit95924e95cf1bdc82ca2ba7d9585f3dd7b6f066ed
tree06b13df51e8132dd5f6d8780d6462e0abec35628
parentaeb407dd0b12cef85b81f14bd82f96f2d21fbcc7
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