Documentation

Getting reproducible builds for your software or distribution might be easier than you think.

However, it might require small changes to your build system and a strategy on how to enable others to recreate an environment in which the builds can be reproduced.

Introduction

Achieve deterministic builds

Define a build environment

Distribute the environment

Verification

Specifications