All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] oeqa: Run diffoscop on saved output
@ 2020-02-12  3:14 Joshua Watt
  2020-02-12  3:14 ` [PATCH 1/4] python: Add libarchive-c recipe Joshua Watt
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Joshua Watt @ 2020-02-12  3:14 UTC (permalink / raw)
  To: openembedded-core

Adds recipes to build the diffoscope tool and run it when the OEQA
reproducible build test saves output to a local path. This should make
it much easier to debug reproducible build issues from the autobuilder,
since the published output can be easily viewed on the website.

Joshua Watt (4):
  python: Add libarchive-c recipe
  python: Add magic recipe
  recipes-support: Add diffoscope recipe
  oeqa: reproducible: Run diffoscope on saved output

 meta/conf/distro/include/maintainers.inc      |  3 +++
 meta/lib/oeqa/selftest/cases/reproducible.py  | 24 +++++++++++++------
 .../python/python3-libarchive-c_2.9.bb        | 17 +++++++++++++
 .../python/python3-magic_0.4.15.bb            | 19 +++++++++++++++
 .../diffoscope/diffoscope_136.bb              | 15 ++++++++++++
 5 files changed, 71 insertions(+), 7 deletions(-)
 create mode 100644 meta/recipes-devtools/python/python3-libarchive-c_2.9.bb
 create mode 100644 meta/recipes-devtools/python/python3-magic_0.4.15.bb
 create mode 100644 meta/recipes-support/diffoscope/diffoscope_136.bb

-- 
2.23.0



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

end of thread, other threads:[~2020-06-10  3:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12  3:14 [PATCH 0/4] oeqa: Run diffoscop on saved output Joshua Watt
2020-02-12  3:14 ` [PATCH 1/4] python: Add libarchive-c recipe Joshua Watt
2020-06-10  3:17   ` [OE-core] " Yu, Mingli
2020-02-12  3:14 ` [PATCH 2/4] python: Add magic recipe Joshua Watt
2020-02-12  3:14 ` [PATCH 3/4] recipes-support: Add diffoscope recipe Joshua Watt
2020-02-14  6:34   ` Khem Raj
2020-02-14 13:15     ` Joshua Watt
2020-02-14 14:18       ` Richard Purdie
2020-02-14 14:31         ` Khem Raj
2020-02-12  3:14 ` [PATCH 4/4] oeqa: reproducible: Run diffoscope on saved output Joshua Watt
2020-02-12  3:28 ` [PATCH 0/4] oeqa: Run diffoscop " akuster808
2020-02-15 11:07 ` Richard Purdie
2020-02-16 18:27   ` Joshua Watt
2020-02-17 11:02     ` Richard Purdie

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.