diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-07-24 01:07:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-24 01:19:57 +0200 |
commit | e9ba6357e31935aaf75c02afaf3806d77e00b1fb (patch) | |
tree | 6b1eed14f445dd469ad27f7d36051f816edef5c6 /doc | |
parent | 7e96eb1a0803d8e4efb7d4147a446ed78a429206 (diff) | |
download | patches-e9ba6357e31935aaf75c02afaf3806d77e00b1fb.tar patches-e9ba6357e31935aaf75c02afaf3806d77e00b1fb.tar.gz |
doc: Clarify that tar timestamp warnings affect tar <= 1.26.
* doc/guix.texi (Binary Installation): Explain that warnings were triggered by
tar <= 1.26.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4f614e264e..019b5cee36 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -313,8 +313,10 @@ Do @emph{not} unpack the tarball on a working Guix system since that would overwrite its own essential files. The @code{--warning=no-timestamp} option makes sure GNU@tie{}tar does -not emit warnings about ``implausibly old time stamps''. These -warnings, sometimes enabled by default, stem from the fact that all the +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 means January 1st, 1970.) This is done on purpose to make sure the archive content is independent of its creation time, thus making it |