Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] buildhistory analysis
@ 2012-01-05 17:56 Paul Eggleton
  2012-01-05 17:56 ` [PATCH 1/4] buildhistory: add script to check for significant changes Paul Eggleton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Paul Eggleton @ 2012-01-05 17:56 UTC (permalink / raw)
  To: openembedded-core

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

-- 
1.7.5.4




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-01-09  5:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-05 17:56 [PATCH 0/4] buildhistory analysis Paul Eggleton
2012-01-05 17:56 ` [PATCH 1/4] buildhistory: add script to check for significant changes Paul Eggleton
2012-01-05 17:56 ` [PATCH 2/4] classes/buildhistory: add hostname to commit message Paul Eggleton
2012-01-05 17:56 ` [PATCH 3/4] classes/buildhistory: make the package version backwards error non-fatal Paul Eggleton
2012-01-05 17:56 ` [PATCH 4/4] classes/buildhistory: remove redundant package history checking stub Paul Eggleton
2012-01-09  5:27 ` [PATCH 0/4] buildhistory analysis Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox