
On 5 February 2015 at 22:06, Simon Glass sjg@chromium.org wrote:
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 | 181 ++++++++++++++++++++++++++++++++++++++++++---- tools/buildman/cmdline.py | 4 +- tools/buildman/control.py | 3 +- 3 files changed, 173 insertions(+), 15 deletions(-)
This feature is still a bit raw, but the best way to get feedback is to get people using it.
Applied to u-boot-x86/buildman.