diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-12-10 13:37:59 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-12-15 17:32:10 +0100 |
commit | 7b8d239ec241b9663820fed3bfde4344366f9d19 (patch) | |
tree | d917ac857cb7224b6374730b205afc6f1e7c51bc /gnu/tests | |
parent | 2718c29c3fb9f9de2ec897248ad49ae11ca39b7a (diff) |
store-copy: 'populate-store' resets timestamps.
Until now, 'populate-store' would reset permissions but not timestamps,
so callers would resort to going through an extra directory traversal to
reset timestamps.
* guix/build/store-copy.scm (reset-permissions): Remove.
(copy-recursively): New procedure.
(populate-store): Pass #:keep-permissions? to 'copy-recursively'.
Remove call to 'reset-permissions'.
* tests/gexp.scm ("gexp->derivation, store copy"): In BUILD-DRV, check
whether 'populate-store' canonicalizes permissions and timestamps.
* gnu/build/image.scm (initialize-root-partition): Pass #:reset-timestamps? #f
to 'register-closure'.
* gnu/build/vm.scm (root-partition-initializer): Likewise.
Diffstat (limited to 'gnu/tests')
0 files changed, 0 insertions, 0 deletions