From: Felix Moessbauer <felix.moessbauer@siemens.com>
To: isar-users@googlegroups.com
Cc: jan.kiszka@siemens.com, quirin.gylstorff@siemens.com,
Felix Moessbauer <felix.moessbauer@siemens.com>
Subject: [PATCH v3 0/5] use debian snapshot mirror if SOURCE_DATE_EPOCH is set
Date: Tue, 9 Apr 2024 17:55:44 +0200 [thread overview]
Message-ID: <20240409155549.826454-1-felix.moessbauer@siemens.com> (raw)
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
next reply other threads:[~2024-04-09 15:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-09 15:55 Felix Moessbauer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240409155549.826454-1-felix.moessbauer@siemens.com \
--to=felix.moessbauer@siemens.com \
--cc=isar-users@googlegroups.com \
--cc=jan.kiszka@siemens.com \
--cc=quirin.gylstorff@siemens.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox