[rb-commits] [website] master: Remove off by one error spotted by Euphoricus on Reddit (1a6126d)

lunar at jenkins.debian.net lunar at jenkins.debian.net
Sun Dec 20 18:40:04 CET 2015


Repository : ssh://jenkins/website

On branch  : master

>---------------------------------------------------------------

commit 1a6126d3e7e941b222f71d5bdcfe06a1d8dd411f
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Tue Dec 8 23:52:12 2015 +0100

    Remove off by one error spotted by Euphoricus on Reddit


>---------------------------------------------------------------

1a6126d3e7e941b222f71d5bdcfe06a1d8dd411f
 index.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/index.html b/index.html
index b361343..e62e433 100644
--- a/index.html
+++ b/index.html
@@ -69,9 +69,6 @@ layout: home
   </div>
   <div class="eight columns text">
     <p>
-      There are two main aspects to <em>reproducible builds</em>:
-    </p>
-    <p>
       First, the <strong>build system needs to be made entirely
       deterministic</strong>: transforming a given source must always
       create the same result. Typically, the current date and time must not be



More information about the rb-commits mailing list