From patchwork Thu Jan 5 17:56:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/4] buildhistory analysis Date: Thu, 05 Jan 2012 17:56:23 -0000 From: Paul Eggleton X-Patchwork-Id: 18469 Message-Id: To: openembedded-core@lists.openembedded.org The first part of the buildhistory analysis functionality (command-line only at the moment). It hasn't been heavily tested "in anger" yet (I hope we will start to use it on the Yocto Project autobuilder fairly soon) but it is functional. There are also a couple of improvements to buildhistory.bbclass itself. The following changes since commit 563828bad19a242bba9ce3db461bb5807037dfdf: multilib: Abstract class extension code into classextend.py (2012-01-05 12:36:08 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-analysis http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-analysis Paul Eggleton (4): buildhistory: add script to check for significant changes classes/buildhistory: add hostname to commit message classes/buildhistory: make the package version backwards error non-fatal classes/buildhistory: remove redundant package history checking stub meta/classes/buildhistory.bbclass | 16 +-- meta/lib/oe/buildhistory_analysis.py | 240 ++++++++++++++++++++++++++++++++++ scripts/buildhistory-diff | 43 ++++++ 3 files changed, 286 insertions(+), 13 deletions(-) create mode 100644 meta/lib/oe/buildhistory_analysis.py create mode 100755 scripts/buildhistory-diff