Openembedded Core Discussions
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] packagehistory improvement
@ 2011-11-22 14:52 Paul Eggleton
  2011-11-22 14:52 ` [RFC PATCH 1/1] classes/packagehistory: fix and extend Paul Eggleton
  2011-11-22 17:25 ` [RFC PATCH 0/1] packagehistory improvement Koen Kooi
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Eggleton @ 2011-11-22 14:52 UTC (permalink / raw)
  To: openembedded-core

This is the initial implementation of the improvement for
packagehistory.bbclass. This bbclass is intended to be used to help
track changes to package output over time and hopefully catch unusual
situations such as a package doubling in size. You can try it out by
adding INHERIT += "packagehistory" to your local.conf, building
something that performs do_package and then looking in TMPDIR/pkghistory
to view the output.

I've tried to keep it fairly simple - i.e. no new storage backend, just
plain files, although I anticipate most people using it will want to
store the output in a git repository. There's potential for recording
more per-recipe / per-package information, if there are suggestions I'd
be keen to hear them.


Please review the following changes for suitability for inclusion. If you have
any objections or suggestions for improvement, please respond to the patches. If
you agree with the changes, please provide your Acked-by.

The following changes since commit 5f1dc1991f97037692193572298eb7f7a5640760:

  staging.bbclass: Add BB_SETSCENE_VERIFY_FUNCTION function (2011-11-22 13:04:31 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib paule/packagehistory
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/packagehistory

Paul Eggleton (1):
  classes/packagehistory: fix and extend

 meta/classes/packagehistory.bbclass |  226 +++++++++++++++++++++++++++++------
 1 files changed, 189 insertions(+), 37 deletions(-)

-- 
1.7.5.4




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

end of thread, other threads:[~2011-11-23 13:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-22 14:52 [RFC PATCH 0/1] packagehistory improvement Paul Eggleton
2011-11-22 14:52 ` [RFC PATCH 1/1] classes/packagehistory: fix and extend Paul Eggleton
2011-11-22 17:25 ` [RFC PATCH 0/1] packagehistory improvement Koen Kooi
2011-11-22 17:32   ` Paul Eggleton
2011-11-23 13:24   ` Paul Eggleton
2011-11-23 13:31     ` Koen Kooi

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