diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-28 19:11:58 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-10-28 19:26:25 +0100 |
commit | 83c60bb0622440afe98930820186ddfa1e6e8b2f (patch) | |
tree | b43259223f9dae93ec870da85530a730e9cf766a /doc | |
parent | f6839fed5f2052fd257b4af73effb10dcd9bf35b (diff) | |
download | guix-83c60bb0622440afe98930820186ddfa1e6e8b2f.tar.gz |
doc: Fix claimed archive timestamps.
Reported by Leo Famulari <leo@famulari.name>. * doc/guix.texi (Binary Installation): Use a correct timestamp of 1 instead of an incorrect one of 0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 22bddf10e3..f2d34d1254 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. |