Commit 23d5a30b authored by Jacoba Neighbourhood's avatar Jacoba Neighbourhood Committed by Chris Lamb
Browse files

tools: add the unreproducible package

parent f0fdcb24
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
@@ -76,6 +76,20 @@ order in which directory entries are read.
<a href="https://packages.debian.org/sid/disorderfs" class="btn btn-outline-primary btn-sm">Debian package</a>
<a href="https://archlinux.org/packages/extra/x86_64/disorderfs" class="btn btn-outline-primary btn-sm">Arch Linux package</a>

#### The Unreproducible Package

`The Unreproducible Package` is meant as a practical way to demonstrate the
various ways that software can break *reproducible builds* using just low level
primitives without requiring external existing programs that implement these
primitives themselves.

It is structured so that one subdirectory demonstrates one class of
issues in some variants observed in the wild.

<a href="https://salsa.debian.org/reproducible-builds/theunreproduciblepackage" class="btn btn-outline-primary btn-sm">Git</a>
<a href="https://salsa.debian.org/reproducible-builds/theunreproduciblepackage/-/issues" class="btn btn-outline-primary btn-sm">Issues</a>
<a href="https://salsa.debian.org/reproducible-builds/theunreproduciblepackage/-/merge_requests" class="btn btn-outline-primary btn-sm">Merge Requests</a>

#### diffoci

`diffoci` compares Docker and OCI container images for helping reproducible builds.