guix-play/gnu
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
..
bootloader Revert "gnu: grub: Fix unicode font loading when booting over TFTP." 2020-12-15 17:32:09 +01:00
build store-copy: 'populate-store' resets timestamps. 2020-12-15 17:32:10 +01:00
installer install: Discover local substitute servers. 2020-12-11 21:37:07 +01:00
machine machine: ssh: Do not import the host (guix config). 2020-11-09 23:27:09 +01:00
packages gnu: Add ocaml-reactivedata. 2020-12-15 15:46:01 +01:00
services gnu: htop: Update to 3.0.3. 2020-12-13 00:35:49 +01:00
system install: Discover local substitute servers. 2020-12-11 21:37:07 +01:00
tests services: MySQL: Add more tests. 2020-11-28 19:51:40 +01:00
artwork.scm
bootloader.scm gnu: bootloader: efi-bootloader-chain: Allow multiple HOOKS. 2020-11-17 16:03:03 +01:00
ci.scm ci: Build novena-barebones-raw-image. 2020-12-03 12:36:03 +01:00
image.scm image: Add image-type support. 2020-09-30 10:47:59 +02:00
installer.scm install: Discover local substitute servers. 2020-12-11 21:37:07 +01:00
local.mk gnu: Add rust-ndarray-0.12. 2020-12-15 10:57:37 +02:00
machine.scm
packages.scm
services.scm services: profile: Create manifest at monadic-bind time. 2020-12-01 00:10:48 +01:00
system.scm mapped-devices: Allow target to be list of strings. 2020-11-26 00:05:39 +01:00
tests.scm