From f19ae549741bd79b2abed6a01ecb17d4a46f5a98 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 21 Aug 2017 00:08:28 +0300 Subject: Rewrapped lines of a few more files. --- docs/markdown/Reproducible-builds.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'docs/markdown/Reproducible-builds.md') diff --git a/docs/markdown/Reproducible-builds.md b/docs/markdown/Reproducible-builds.md index e28ca7a..1e00fea 100644 --- a/docs/markdown/Reproducible-builds.md +++ b/docs/markdown/Reproducible-builds.md @@ -1,9 +1,20 @@ # Reproducible builds -A reproducible build means the following (as quoted from [the reproducible builds project site](https://reproducible-builds.org/)): +A reproducible build means the following (as quoted from [the +reproducible builds project site](https://reproducible-builds.org/)): -> Reproducible builds are a set of software development practices that create a verifiable path from human readable source code to the binary code used by computers. +> Reproducible builds are a set of software development practices that + create a verifiable path from human readable source code to the + binary code used by computers. -Roughly what this means is that if two different people compile the project from source, their outputs are bitwise identical to each other. This allows people to verify that binaries downloadable from the net actually come from the corresponding sources and have not, for example, had malware added to them. +Roughly what this means is that if two different people compile the +project from source, their outputs are bitwise identical to each +other. This allows people to verify that binaries downloadable from +the net actually come from the corresponding sources and have not, for +example, had malware added to them. -Meson aims to support reproducible builds out of the box with zero additional work (assuming the rest of the build environment is set up for reproducibility). If you ever find a case where this is not happening, it is a bug. Please file an issue with as much information as possible and we'll get it fixed. +Meson aims to support reproducible builds out of the box with zero +additional work (assuming the rest of the build environment is set up +for reproducibility). If you ever find a case where this is not +happening, it is a bug. Please file an issue with as much information +as possible and we'll get it fixed. -- cgit v1.1