[oe-commits] Paul Eggleton : buildhistory: add script to check for significant changes

git at git.openembedded.org git at git.openembedded.org
Fri Jan 6 12:19:18 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 5e5cbb9bd8cdce402b979680288ac8c51799a24d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5e5cbb9bd8cdce402b979680288ac8c51799a24d

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Jan  5 14:46:25 2012 +0000

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 at linux.intel.com>

---

 meta/lib/oe/buildhistory_analysis.py |  240 ++++++++++++++++++++++++++++++++++
 scripts/buildhistory-diff            |   43 ++++++
 2 files changed, 283 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=5e5cbb9bd8cdce402b979680288ac8c51799a24d




More information about the Openembedded-commits mailing list