All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH 0/2] classes/reproducible: Fix error when no git HEAD
@ 2020-07-20 17:56 Joshua Watt
  2020-07-20 17:56 ` [OE-core][PATCH 1/2] classes/reproducible: Move to library code Joshua Watt
  2020-07-20 17:56 ` [OE-core][PATCH 2/2] lib/oe/reproducible: Fix error when no git HEAD Joshua Watt
  0 siblings, 2 replies; 3+ messages in thread
From: Joshua Watt @ 2020-07-20 17:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Joshua Watt

Fixes a bug where getting the source date epoch would fail if there was
no git HEAD (such as when 'subdir=' is used).

Also takes the opportunity to move many of the anonymous python
functions to library code to reducing the parsing burden

Joshua Watt (2):
  classes/reproducible: Move to library code
  lib/oe/reproducible: Fix error when no git HEAD

 meta/classes/reproducible_build.bbclass |  90 +-------------------
 meta/lib/oe/reproducible.py             | 104 ++++++++++++++++++++++++
 2 files changed, 107 insertions(+), 87 deletions(-)
 create mode 100644 meta/lib/oe/reproducible.py

-- 
2.27.0


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

end of thread, other threads:[~2020-07-20 17:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20 17:56 [OE-core][PATCH 0/2] classes/reproducible: Fix error when no git HEAD Joshua Watt
2020-07-20 17:56 ` [OE-core][PATCH 1/2] classes/reproducible: Move to library code Joshua Watt
2020-07-20 17:56 ` [OE-core][PATCH 2/2] lib/oe/reproducible: Fix error when no git HEAD Joshua Watt

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.