public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v3 0/5] use debian snapshot mirror if SOURCE_DATE_EPOCH is set
@ 2024-04-09 15:55 Felix Moessbauer
  2024-04-09 15:55 ` [PATCH v3 1/5] add reproducible builds infrastructure from oe Felix Moessbauer
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Felix Moessbauer @ 2024-04-09 15:55 UTC (permalink / raw)
  To: isar-users; +Cc: jan.kiszka, quirin.gylstorff, Felix Moessbauer

This patch series is a continuation of the idea to add OOTB support
for apt snapshot mirrors. In contrast to the first two versions, this
series approaches the topic at a broader scope.

Changes since v2:

- make the reproducible builds support more similar with OE
- support per-distro snapshots
- add support for snapshot builds in the kas menu
- add a test

Best regards,
Felix Moessbauer
Siemens AG

Felix Moessbauer (5):
  add reproducible builds infrastructure from oe
  use apt snapshot mirror if ISAR_USE_APT_SNAPSHOT is set
  add kas menu options to build against snapshots
  change the proposed interface to set the SDE
  ci: use snapshot in reproducible builds test

 RECIPE-API-CHANGELOG.md                       |  12 ++
 doc/user_manual.md                            |   4 +
 kas/opt/Kconfig                               |  11 +
 kas/opt/mirror-snapshot.yaml                  |   9 +
 meta-isar/conf/distro/ubuntu-common.inc       |   3 +
 meta/classes/base.bbclass                     |  17 +-
 meta/conf/bitbake.conf                        |  15 ++
 meta/conf/distro/debian-common.conf           |   3 +
 meta/lib/oe/reproducible.py                   | 197 ++++++++++++++++++
 .../isar-bootstrap/isar-bootstrap.inc         |  16 ++
 testsuite/cibuilder.py                        |   8 +-
 testsuite/repro-build-test.py                 |   2 +-
 12 files changed, 293 insertions(+), 4 deletions(-)
 create mode 100644 kas/opt/mirror-snapshot.yaml
 create mode 100644 meta/lib/oe/reproducible.py

-- 
2.39.2


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

end of thread, other threads:[~2024-06-10  9:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 15:55 [PATCH v3 0/5] use debian snapshot mirror if SOURCE_DATE_EPOCH is set Felix Moessbauer
2024-04-09 15:55 ` [PATCH v3 1/5] add reproducible builds infrastructure from oe Felix Moessbauer
2024-04-09 15:55 ` [PATCH v3 2/5] use apt snapshot mirror if ISAR_USE_APT_SNAPSHOT is set Felix Moessbauer
2024-06-06 13:15   ` Anton Mikanovich
2024-06-10  9:22     ` MOESSBAUER, Felix
2024-04-09 15:55 ` [PATCH v3 3/5] add kas menu options to build against snapshots Felix Moessbauer
2024-04-09 15:55 ` [PATCH v3 4/5] change the proposed interface to set the SDE Felix Moessbauer
2024-04-09 15:55 ` [PATCH v3 5/5] ci: use snapshot in reproducible builds test Felix Moessbauer
2024-04-15  9:39 ` [PATCH v3 0/5] use debian snapshot mirror if SOURCE_DATE_EPOCH is set Uladzimir Bely
2024-04-17  8:06 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox