mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.
* guix/store/database.scm (register-path): Remove #:deduplicate? and #:reset-timestamps?. * guix/scripts/system.scm (copy-item): Adjust accordingly. * tests/store-database.scm ("register-path") ("register-path, directory"): Call 'reset-timestamps'.
This commit is contained in:
parent
cd6c5ddfc8
commit
0682cc5936
3 changed files with 6 additions and 22 deletions
|
@ -158,11 +158,7 @@ REFERENCES as its set of references."
|
|||
(unless (register-path item
|
||||
#:prefix target
|
||||
#:state-directory state
|
||||
#:references references
|
||||
|
||||
;; Those are taken care of by 'copy-store-item'.
|
||||
#:reset-timestamps? #f
|
||||
#:deduplicate? #f)
|
||||
#:references references)
|
||||
(leave (G_ "failed to register '~a' under '~a'~%")
|
||||
item target))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue