| Submitter | Paul Eggleton |
|---|---|
| Date | Jan. 5, 2012, 5:56 p.m. |
| Message ID | <cover.1325785538.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/18469/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-analysisComments
On 01/05/2012 09:56 AM, Paul Eggleton wrote: > 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 > Merged into OE-Core Thanks Sau!
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