aboutsummaryrefslogtreecommitdiff
path: root/guix/nar.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-12-10 14:15:05 +0100
committerLudovic Courtès <ludo@gnu.org>2020-12-15 17:32:10 +0100
commitdea1ee1fd740248307f74ca4cb70b94742264098 (patch)
treecaba559f17f2847dd1fa15937886011e8f07b495 /guix/nar.scm
parent0f15fd5c12e53c5e5307943f69ab25c0486244e9 (diff)
downloadguix-dea1ee1fd740248307f74ca4cb70b94742264098.tar
guix-dea1ee1fd740248307f74ca4cb70b94742264098.tar.gz
database: Remove #:reset-timestamps? from 'register-items'.
The assumption now is that the caller took care of resetting timestamps and permissions. * guix/store/database.scm (register-items): Remove #:reset-timestamps? parameter and the call to 'reset-timestamps'. (register-path): Adjust accordingly and add call to 'reset-timestamps'. * gnu/build/image.scm (register-closure): Remove #:reset-timestamps? parameter to 'register-items'. * gnu/build/vm.scm (register-closure): Likewise. * guix/nar.scm (finalize-store-file): Adjust accordingly. * guix/scripts/pack.scm (store-database)[build]: Likewise.
Diffstat (limited to 'guix/nar.scm')
-rw-r--r--guix/nar.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/nar.scm b/guix/nar.scm
index ba035ca6dc..947b393d84 100644
--- a/guix/nar.scm
+++ b/guix/nar.scm
@@ -119,7 +119,6 @@ held."
;; deduplication, timestamps, and permissions.
(register-items db
(list (store-info target deriver references))
- #:reset-timestamps? #f
#:deduplicate? #f))
(when lock?