database: Remove #:reset-timestamps? from 'register-items'.
authorLudovic Courtès <ludo@gnu.org>
Thu, 10 Dec 2020 13:15:05 +0000 (14:15 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 15 Dec 2020 16:32:10 +0000 (17:32 +0100)
commitdea1ee1fd740248307f74ca4cb70b94742264098
treecaba559f17f2847dd1fa15937886011e8f07b495
parent0f15fd5c12e53c5e5307943f69ab25c0486244e9
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.
gnu/build/image.scm
gnu/build/vm.scm
guix/nar.scm
guix/scripts/pack.scm
guix/store/database.scm