[Git][reproducible-builds/reproducible-presentations][master] fosdem 2025: r.d.n screenshots.. work in progress...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Jan 31 17:19:29 UTC 2025
Holger Levsen pushed to branch master at Reproducible Builds / reproducible-presentations
Commits:
5ddaeffe by Holger Levsen at 2025-01-31T18:19:14+01:00
fosdem 2025: r.d.n screenshots.. work in progress...
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7 changed files:
- + 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/amd64_rdn.png
- + 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/arm64_rdn.png
- + 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/armhf_rdn.png
- + 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/i386_rdn.png
- + 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/riscv64_rdn.png
- 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/index.html
- 2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/todo
Changes:
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/amd64_rdn.png
=====================================
Binary files /dev/null and b/2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/amd64_rdn.png differ
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/arm64_rdn.png
=====================================
Binary files /dev/null and b/2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/arm64_rdn.png differ
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/armhf_rdn.png
=====================================
Binary files /dev/null and b/2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/armhf_rdn.png differ
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/i386_rdn.png
=====================================
Binary files /dev/null and b/2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/i386_rdn.png differ
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/riscv64_rdn.png
=====================================
Binary files /dev/null and b/2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/images/riscv64_rdn.png differ
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/index.html
=====================================
@@ -875,11 +875,54 @@ Warpforge.
<ul>
<li class="fragment">a <code>rebuilderd</code> instance, running since Q3 2024</li>
<li class="fragment">rebuilding and comparing against what we distribute on ftp.debian.org</li>
- <li class="fragment">setup still at its infancy, skaling is more of an issue: 8 architectures instead of 1, two suites needed instead of 1, 3 times as many packages as Arch tests.</li>
- <li class="fragment">https://github.com/fepitre/package-rebuilder from Frédéric Pierre also exists.</li>
</ul>
</section>
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h3><code>https://amd64.reproduce.debian.net</code></h3>
+ <img src="images/amd64_rdn.png">
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h3><code>https://i386.reproduce.debian.net</code></h3>
+ <img src="images/i386_rdn.png">
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h3><code>https://arm64.reproduce.debian.net</code></h3>
+ <img src="images/arm64_rdn.png">
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h3><code>https://armhf.reproduce.debian.net</code></h3>
+ <img src="images/armhf_rdn.png">
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h4><code>https://riscv64.reproduce.debian.net</code></h4>
+ <img src="images/riscv64_rdn.png">
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h2>missing</h2>
+ <h4><code>https://ppc64el.reproduce.debian.net</code></h4>
+ <h4><code>https://mips64el.reproduce.debian.net</code></h4>
+ <h4><code>https://s390x.reproduce.debian.net</code></h4>
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h2><code>https://reproduce.debian.net</code></h2>
+ <ul>
+ <li>We are very happy to use the same tool for Debian as Archlinux.<li>
+ <li class="fragment">However the Debian setup is still its infancy and skaling is more of an issue: 8 architectures instead of 1, two suites needed instead of 1, 3 times as many packages as Arch tests.</li>
+ <li class="fragment">https://github.com/fepitre/package-rebuilder from Frédéric Pierre also exists. We love rebuilderd, but we also love software diversity.</li>
+ </ul>
+ </section>
+
+ <section data-background="images/debian_logo.png" data-background-size="10%" data-background-position="93% 9%" data-transition="none">
+ <h2><code>https://reproduce.debian.net</code></h2>
+ <h1>more help much welcome!</h1>
+ </section>
=====================================
2025-02-02-a-tale-of-several-distros-joining-forces-for-a-common-goal-reproducible-builds/todo
=====================================
@@ -3,7 +3,10 @@ https://fosdem.org/2025/schedule/event/fosdem-2025-4072-rewriting-pyc-files-for-
https://fosdem.org/2025/schedule/event/fosdem-2025-4430-how-reproducible-is-nixos-/
shorten debian, refer to toulouse or busan talk
-add more about current debian efforts incl screenshots
+rdn details:
+ we want more archs
+ we want independent rebuilders. i also want debian operated rebuilders.
+ mention /stats
funding to the end? or thanks to all our sponsors?
shuffle distro around again?
@@ -13,18 +16,12 @@ debian
new graphs, include one slide with all the graphs from https://reproduce.debian.net/
- rdn details:
- we want more archs
- we want independent rebuilders. i also want debian operated rebuilders.
specs: rebuilderd
(DBs for 5 archs are 123G but 3.4G compressed)
specs: worker
- mention for debian there's an alternative for rebuilderd: https://github.com/fepitre/package-rebuilder from Frédéric Pierret
explain .buildinfo diff between debian and archlinux? yes, but where? :)
-
-
2015 talk
reproducible.debian.net consisted of 14 jenkins jobs defined in 263 lines of yaml, 13 shell scripts making up 2049 loc, and 4 python scripts with 948 loc. (running on 1 computer i believe). and 81.7% of more than 17600 source packages where reproducible in CI.
"We hope reproducible builds will become the norm." - one of the closing slides of the 2015 talk
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/commit/5ddaeffe0fc9528cb5f348a44f394d4f39e6b16e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-presentations/-/commit/5ddaeffe0fc9528cb5f348a44f394d4f39e6b16e
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/20250131/51d460a9/attachment.htm>
More information about the rb-commits
mailing list