diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-07-22 22:52:37 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-07-22 22:56:41 +0200 |
| commit | aafa0dffb18dd404efd34dafbe586408ca6907ce (patch) | |
| tree | f90317e9ac7bdf911991383ab42c9a85e57c7671 | |
| parent | d490d06e0f589828d38553850521d1995d3f0e13 (diff) | |
doc: Mention zeroed mtimes in the binary tarball.
Fixes <http://bugs.gnu.org/21111>.
Reported by Dave Love <fx@gnu.org>.
* doc/guix.texi (Binary Installation): Add paragraph about "implausibly old
time stamps" warning from tar.
| -rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index a512f7dda91..09c7faf2546 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -308,6 +308,12 @@ This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}. | |||
| 308 | The latter contains a ready-to-use profile for @code{root} (see next | 308 | The latter contains a ready-to-use profile for @code{root} (see next |
| 309 | step.) | 309 | step.) |
| 310 | 310 | ||
| 311 | Some versions of GNU@tie{}tar raise a warning about ``implausibly old | ||
| 312 | time stamps''. This is because all the files in the archive have their | ||
| 313 | modification time set to zero (which means January 1st, 1970.) This is | ||
| 314 | done on purpose to make sure the archive content is independent of its | ||
| 315 | creation time, thus making it reproducible. | ||
| 316 | |||
| 311 | Do @emph{not} unpack the tarball on a working Guix system since that | 317 | Do @emph{not} unpack the tarball on a working Guix system since that |
| 312 | would overwrite its own essential files. | 318 | would overwrite its own essential files. |
| 313 | 319 | ||
