All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Another buildhistory fix
@ 2013-03-27 18:05 Paul Eggleton
  2013-03-27 18:05 ` [PATCH v2 1/1] classes/buildhistory: improve SRCREV recording Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Eggleton @ 2013-03-27 18:05 UTC (permalink / raw)
  To: openembedded-core

Since v1, fix erroneous use of os.path.remove() (which does not exist)
instead of os.remove().

Martin is working on a separate patch for tracking and warning when an
upstream tag changes on top of this.


The following changes since commit 09a5fec50d622d338db5bd5516d29e4f4d0cec0d:

  qemuimage-testlib: Capture stderror in the logs as well as stdout (2013-03-27 13:54:06 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-fix6
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-fix6

Paul Eggleton (1):
  classes/buildhistory: improve SRCREV recording

 meta/classes/buildhistory.bbclass    |   58 +++++++++++++++++--
 scripts/buildhistory-collect-srcrevs |  104 ++++++++++++++++++++++++++++++++++
 2 files changed, 156 insertions(+), 6 deletions(-)
 create mode 100755 scripts/buildhistory-collect-srcrevs

-- 
1.7.10.4




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

end of thread, other threads:[~2013-03-27 18:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-27 18:05 [PATCH v2 0/1] Another buildhistory fix Paul Eggleton
2013-03-27 18:05 ` [PATCH v2 1/1] classes/buildhistory: improve SRCREV recording Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.