[Reproducible-commits] [reproducible-builds-howto] 02/03: Move compilation information right before explaining the build environment

Jérémy Bobbio lunar at moszumanska.debian.org
Sat Aug 1 22:28:56 UTC 2015


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

lunar pushed a commit to branch master
in repository reproducible-builds-howto.

commit 352e952bbadc4bb9923ad8619641a2e2d43e8904
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Aug 1 20:10:13 2015 +0200

    Move compilation information right before explaining the build environment
---
 reproducible-builds-howto.mdwn | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/reproducible-builds-howto.mdwn b/reproducible-builds-howto.mdwn
index 03ffc9e..e2e09ef 100644
--- a/reproducible-builds-howto.mdwn
+++ b/reproducible-builds-howto.mdwn
@@ -89,15 +89,6 @@ In languages which don't initialize values, this needs to be explicitely done in
 
 [Example fix](http://review.coreboot.org/gitweb?p=coreboot.git;a=commitdiff;h=2d119a3f01eee6c4e86248b17b4c9ce14ab77836)
 
-Store compilation information separately
-----------------------------------------
-
-Any information related to the compilation process should be store in files separate from the software binary distribution. This includes information such as date and time of the build, build system hostname, path, network configuration, CPU type, memory size, environment variables.
-
-XXX: unclear
-
-Sadly, build paths are often recorded in debug information by compilers in order to locate the associated source files. This is currently hard to sanitize.
-
 Use deterministic version information
 -------------------------------------
 
@@ -137,6 +128,15 @@ Some environment variables might affect some tools output. A common example is t
 
 While someone building your software might want to see build error messages in their preferred language, it is better to have the output always be in the same format.
 
+Store compilation information separately
+----------------------------------------
+
+Any information related to the compilation process should be store in files separate from the software binary distribution. This includes information such as date and time of the build, build system hostname, path, network configuration, CPU type, memory size, environment variables.
+
+XXX: unclear
+
+Sadly, build paths are often recorded in debug information by compilers in order to locate the associated source files. This is currently hard to sanitize.
+
 Reproducible build environment
 ==============================
 

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



More information about the Reproducible-commits mailing list