]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
buildman: Improve the config comparison feature
authorSimon Glass <sjg@chromium.org>
Wed, 26 Aug 2015 03:52:14 +0000 (21:52 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 9 Sep 2015 13:48:03 +0000 (07:48 -0600)
commit8270e3c12eefbbb785ae145835cb0349091e257a
treefffff8c4a7bd15ff9248698ccebe7c105d2de161
parent8d3595a42b6bf1f04c08e093485c401677a6002a
buildman: Improve the config comparison feature

At present buildman can compare configurations between commits but the
feature is less useful than it could be. There is no summary by architecture
and changes are not reported on a per-board basis.

Correct these deficiencies so that it is possible to see exactly what is
changing for any number of boards.

Note that 'buildman -b <branch> -C' is recommended for any build where you
will be comparing configuration. Without -C the correct configuration will
not be reported since changes will often not be picked up.

Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/builder.py