Archived
1
0
Fork 0
This repository has been archived on 2024-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
guix/gnu/build
Ludovic Courtès 7b8d239ec2
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.
2020-12-15 17:32:10 +01:00
..
accounts.scm accounts: Delete duplicate entries. 2019-08-28 00:27:14 +02:00
activation.scm activation: Fix function call for system activation 2020-06-09 10:43:54 +02:00
bootloader.scm system: reconfigure: Use the disk-installer if provided. 2020-11-03 07:59:59 +01:00
chromium-extension.scm Add (gnu build chromium-extension). 2020-11-08 18:21:15 +01:00
cross-toolchain.scm gnu: cross-base: Switch back to 'CROSS_C_INCLUDE_PATH' & co. 2020-02-12 20:35:43 +01:00
file-systems.scm file-systems: Fix ‘bcachefs fsck’ exit value logic. 2020-12-06 16:11:43 +01:00
hurd-boot.scm hurd-boot: Set /hurd/magic on /dev/fd. 2020-10-14 15:22:55 +02:00
image.scm store-copy: 'populate-store' resets timestamps. 2020-12-15 17:32:10 +01:00
install.scm install: Factorize cow-store procedure. 2020-09-02 17:05:22 +02:00
linux-boot.scm linux-boot: Resume from hibernation. 2020-11-07 13:40:46 +01:00
linux-container.scm Revert "linux-container: Correct test for unprivileged user namespace support." 2020-12-06 21:55:18 +01:00
linux-initrd.scm linux-initrd: Remove unnecessary timestamp reset phase. 2020-11-21 12:39:14 +01:00
linux-modules.scm linux-libre: Support module compression. 2020-08-25 11:53:20 +02:00
locale.scm
marionette.scm marionette: Provide portable US-layout keystrokes for "<" and ">". 2020-02-22 00:45:42 +01:00
secret-service.scm secret-service: Add proper logging procedure and log to syslog. 2020-09-29 21:56:27 +02:00
shepherd.scm shepherd: Remove dependency on (guix utils). 2020-11-05 16:13:50 +01:00
svg.scm
vm.scm store-copy: 'populate-store' resets timestamps. 2020-12-15 17:32:10 +01:00