| Submitter | Paul Eggleton |
|---|---|
| Date | Jan. 19, 2012, 10:32 a.m. |
| Message ID | <cover.1326968802.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/19767/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-imginfoComments
On Thu, 2012-01-19 at 10:32 +0000, Paul Eggleton wrote: > Collect and monitor some additional information about images, and > report other (possibly non-monitored) changes when a monitored item > changes to provide context. > > Additionally a couple of minor issues where found in field handling for > the package info files. > > The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: > > package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-imginfo > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-imginfo > > Paul Eggleton (4): > buildhistory: record additional image info > buildhistory_analysis: correctly handle whitespace when splitting > lists > buildhistory_analysis: improve field handling robustness > buildhistory_analysis: include related fields in output Merged to master, thanks. Richard
Collect and monitor some additional information about images, and report other (possibly non-monitored) changes when a monitored item changes to provide context. Additionally a couple of minor issues where found in field handling for the package info files. The following changes since commit a0f5dd25a37fe3b8664c2133e80b6214559f93f6: package_rpm.bbclass: Add support for filenames with spaces (2012-01-17 16:20:46 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-imginfo http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-imginfo Paul Eggleton (4): buildhistory: record additional image info buildhistory_analysis: correctly handle whitespace when splitting lists buildhistory_analysis: improve field handling robustness buildhistory_analysis: include related fields in output meta/classes/buildhistory.bbclass | 18 +++++ meta/lib/oe/buildhistory_analysis.py | 127 ++++++++++++++++++++++++---------- 2 files changed, 109 insertions(+), 36 deletions(-)