Commit 6f78b6d0 authored by Jacoba Neighbourhood's avatar Jacoba Neighbourhood Committed by Mattia Rizzolo
Browse files

commandments: unify style to match other doc entries

remove title, start with capital letter
parent 443a5514
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
---
title: commandments of reproducible builds
title: Commandments of reproducible builds
layout: docs
permalink: /docs/commandments/
---

Commandments by the church of reproducible builds:

   1. Thou shall not record the name of thy maker nor the place of thy making (username, hostname)
   1. Thou shall not record the date nor time of thy making, unless you respect the holy [SDE spec](https://reproducible-builds.org/docs/source-date-epoch/) ([date+time](https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/timestamp))
   1. Thou shall not use memory without initialization or use memory addresses to decide outcomes ([ASLR](https://github.com/bmwiedemann/theunreproduciblepackage/tree/master/aslr))