[reproducible-website] 01/01: Reflow paragraphs.

Chris Lamb chris at chris-lamb.co.uk
Tue Dec 20 10:12:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository reproducible-website.

commit 782aa49c479a9f08a53b504b6997a0567fb55359
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Dec 20 10:11:26 2016 +0000

    Reflow paragraphs.
---
 _docs/definition.md | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)

diff --git a/_docs/definition.md b/_docs/definition.md
index 0104a60..16aafbf 100644
--- a/_docs/definition.md
+++ b/_docs/definition.md
@@ -5,9 +5,9 @@ permalink: /docs/definition/
 ---
 
 ## When is a build reproducible?
-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.
+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.
 
 The relevant attributes of the build environment, the build instructions and
 the source code as well as the expected reproducible artifacts are defined by
@@ -15,21 +15,20 @@ the authors or distributors. The artifacts of a build are the parts of the
 build results that are the desired primary output.
 
 ## Explanations
-**Source code** is usually a checkout from version control at a specific revision or
-a source code archive.
+**Source code** is usually a checkout from version control at a specific
+revision or a source code archive.
 
-**Relevant attributes of the build environment** would usually include dependencies
-and their versions, build configuration flags and environment variables as
-far as they are used by the build system (eg. the locale). It is
+**Relevant attributes of the build environment** would usually include
+dependencies and their versions, build configuration flags and environment
+variables as far as they are used by the build system (eg. the locale). It is
 preferable to reduce this set of attributes.
 
-**Artifacts** would include executables, distribution packages or
-filesystem images. They would not usually include build logs or similar
-ancillary outputs.
+**Artifacts** would include executables, distribution packages or filesystem
+images. They would not usually include build logs or similar ancillary outputs.
 
-The reproducibility of artifacts is **verified** by bit-by-bit comparison. This is
-usually performed using cryptographically secure hash functions.
+The reproducibility of artifacts is **verified** by bit-by-bit comparison. This
+is usually performed using cryptographically secure hash functions.
 
-**Authors or distributors** means parties that claim reproducibility of a set of
-artifacts. These may be upstream authors, distribution maintainers or any other
-distributor.
+**Authors or distributors** means parties that claim reproducibility of a set
+of artifacts. These may be upstream authors, distribution maintainers or any
+other distributor.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/reproducible-website.git



More information about the Reproducible-commits mailing list