[Git][reproducible-builds/reproducible-website][master] 2022 08: explain that (c)debootstrap can also create reproducible artifacts...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Aug 29 20:26:07 UTC 2022
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-website
Commits:
c689479f by Holger Levsen at 2022-08-29T22:25:58+02:00
2022 08: explain that (c)debootstrap can also create reproducible artifacts (with some workarounds) and that there are jenkins jobs testing this regularily now
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- _reports/2022-08.md
Changes:
=====================================
_reports/2022-08.md
=====================================
@@ -46,8 +46,25 @@ though both not for i386 (ncurses, unreproducible) and armhf (sed, FTBFS)
<code>
$ SOURCE_DATE_EPOCH=$(date --utc --date=2022-08-29 +%s) mmdebstrap unstable > unstable.tar
</code>
- This works at least for unstable, bullseye and bookworm and is tested automatically using
- jenkins jobs like https://jenkins.debian.net/job/reproducible_mmdebstrap_bullseye/
+ This works at least for unstable, bullseye and bookworm and is tested automatically by
+ these jenkins jobs set up by Holger:
+ * https://jenkins.debian.net/job/reproducible_mmdebstrap_bullseye/
+ * https://jenkins.debian.net/job/reproducible_mmdebstrap_bookworm/
+ * https://jenkins.debian.net/job/reproducible_mmdebstrap_unstable/
+
+* debootstrap and cdebootstrap are also captable of bootstrapping Debian reproducibly given two extra steps:
+ * creating a tar archive of the artifacts and clapping the mtimes of files newer than $SOURCE_DATE_EPOCH to SOURCE_DATE_EPOCH
+ * deleting a few files:
+ * for debootstrap: /etc/machine-id /var/cache/ldconfig/aux-cache /var/log/dpkg.log /var/log/alternatives.log /var/log/bootstrap.log
+ * for cdebootstrap: the same as for debootstrap plus /var/log/apt/history.log /var/log/apt/term.log
+ * This works at least for unstable, bullseye and bookworm and is tested automatically by
+ these jenkins jobs set up by Holger:
+ * https://jenkins.debian.net/job/reproducible_debootstrap_bullseye/
+ * https://jenkins.debian.net/job/reproducible_debootstrap_bookworm/
+ * https://jenkins.debian.net/job/reproducible_debootstrap_unstable/
+ * https://jenkins.debian.net/job/reproducible_cdebootstrap_bullseye/
+ * https://jenkins.debian.net/job/reproducible_cdebootstrap_bookworm/
+ * https://jenkins.debian.net/job/reproducible_cdebootstrap_unstable/
* Bernhard M. Wiedemann
* [`reproducible-faketools`](https://build.opensuse.org/request/show/992182)
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/c689479f4d9925326c6216ddfee50f45a527b9bb
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/-/commit/c689479f4d9925326c6216ddfee50f45a527b9bb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220829/edfb96b7/attachment.htm>
More information about the rb-commits
mailing list