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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 83c60bb  doc: Fix claimed archive timestamps.
83c60bb is described below

commit 83c60bb0622440afe98930820186ddfa1e6e8b2f
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Oct 28 19:11:58 2020 +0100

    doc: Fix claimed archive timestamps.
    
    Reported by Leo Famulari <[email protected]>.
    
    * doc/guix.texi (Binary Installation): Use a correct timestamp of 1
    instead of an incorrect one of 0.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 22bddf1..f2d34d1 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -669,7 +669,7 @@ not emit warnings about ``implausibly old time stamps'' 
(such
 warnings were triggered by GNU@tie{}tar 1.26 and older; recent
 versions are fine).
 They stem from the fact that all the
-files in the archive have their modification time set to zero (which
+files in the archive have their modification time set to 1 (which
 means January 1st, 1970).  This is done on purpose to make sure the
 archive content is independent of its creation time, thus making it
 reproducible.

Reply via email to