]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: add script to check for significant changes
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 5 Jan 2012 14:46:25 +0000 (14:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jan 2012 11:27:26 +0000 (11:27 +0000)
commit5e5cbb9bd8cdce402b979680288ac8c51799a24d
tree2586bd29962dcbe10e70b31103c7ae4fe267d3be
parent70dc38b1e127524f50f661c5dd4b3225ddb0b36b
buildhistory: add script to check for significant changes

Adds a buildhistory-diff script which can be used to analyse changes in
the buildhistory git repository (as produced by buildhistory.bbclass),
and report significant ones that may need manual checking to ensure they
aren't regressions (e.g. package size changed by more than a certain
percentage, files added/removed/changed in the image, etc.)

The implementation is actually split into a small script and a Python
module, in order to make the logic re-usable in a future web-based
interface.

Implements the first part of [YOCTO #1566].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
meta/lib/oe/buildhistory_analysis.py [new file with mode: 0644]
scripts/buildhistory-diff [new file with mode: 0755]