......@@ -59,6 +59,19 @@ outside of Debian.
| debian developer | 2010 |
| reproducible builds | 2015 |
* Defining Reproducible Builds
Reproducible builds are a set of software development practices that
create an independently-verifiable path from source to binary code.
https://reproducible-builds.org/
A build is reproducible if given the same source code, build
environment and build instructions, any party can recreate
bit-by-bit identical copies of all specified artifacts.
https://reproducible-builds.org/docs/definition/
* Verification Builds
Verify against packages actually shipped by Debian!
......@@ -261,21 +274,32 @@ outside of Debian.
Most live image variants are reproducible!
Thanks to Roland Clobus!
* NixOS
NixOS reached 100% reproducibility for a minimal image
https://r13y.com
* Bootstraps all the way down
* Building on a solid foundation of turtles
https://bootstrappable.org
https://github.com/fosslinux/live-bootstrap
https://github.com/fosslinux/live-bootstrap
#+ATTR_BEAMER: :overlay <+->
- A live environment
- From kernel and a bit of source code
- To a reproducibly bootstrapped toolchain
- Alternative to Guix bootstrap process
* Copyright and attributions
\addtocounter{framenumber}{-1}
\tiny
Copyright 2021 Vagrant Cascadian <vagrant@reproducible-builds.org>
Portions by contributors to the reproducible-builds.org website.
This work is licensed under the Creative Commons
Attribution-ShareAlike 4.0 International License.
......