[reproducible-website] 01/01: docs/buy_in: Document binary diff advantages

Eduard Sanou dhole-guest at moszumanska.debian.org
Thu Dec 15 11:03:33 UTC 2016


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

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

commit f1963457fbd67eba7ca9806a6fd69783353f30b3
Author: Clemens Lang <neverpanic at gmail.com>
Date:   Thu Dec 15 11:57:35 2016 +0100

    docs/buy_in: Document binary diff advantages
    
    Smaller binary diffs are nice for a number of reasons. Let's tell people
    about them!
---
 _docs/buy_in.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/_docs/buy_in.md b/_docs/buy_in.md
index caa4c11..3bf2d9c 100644
--- a/_docs/buy_in.md
+++ b/_docs/buy_in.md
@@ -81,6 +81,18 @@ symbols](https://en.wikipedia.org/wiki/Debugging_data_format) for a
 distributed build which can help understanding issues in software used
 in production.
 
+Smaller Binary Differences
+--------------------------
+Having reproducible builds means that only changes in source code or
+build environment (such as the compiler version) will lead to
+differences in the generated binaries. This minimizes the changes in
+artifacts which reduces storage requirements and network traffic for
+delta updates.
+
+With similar artifacts, testing can focus on parts that changed while
+still preserving confidence about unchanged code. This can speed up
+quality assurance and development speed.
+
 “But how can I trust my compiler?”
 ----------------------------------
 

-- 
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