guix/guix
Ludovic Courtès 72dc64f8f7
store-copy: Canonicalize the mtime and permissions of the store copy.
Fixes a bug whereby directories in the output of 'guix pack -f tarball'
would not be read-only.

* guix/build/store-copy.scm (reset-permissions): New procedure.
(populate-store): Pass #:keep-mtime? #t to 'copy-recursively'.  Call
'reset-permissions'.
* tests/pack.scm ("self-contained-tarball"): In CHECK, define
'canonical?' and use it to check that every file has an mtime of 1 and
is read-only.
* tests/guix-pack.sh: Invoke "chmod -Rf +w" before "rm -rf" in trap.
2018-11-06 23:21:24 +01:00
..
build store-copy: Canonicalize the mtime and permissions of the store copy. 2018-11-06 23:21:24 +01:00
build-system guix: Update to Bioconductor 3.8. 2018-11-06 18:21:24 +01:00
import guix: Update to Bioconductor 3.8. 2018-11-06 18:21:24 +01:00
scripts pack: Squashfs backend now honors '--localstatedir'. 2018-11-06 23:21:24 +01:00
store
tests
base16.scm
base32.scm
base64.scm
build-system.scm
cache.scm
channels.scm
ci.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
derivations.scm
describe.scm
discovery.scm
docker.scm pack: Docker backend now honors '--localstatedir'. 2018-11-06 23:21:24 +01:00
download.scm
elf.scm
ftp-client.scm
gexp.scm gexp: 'gexp-modules' now consistently deletes duplicates. 2018-10-27 16:39:29 +02:00
git-download.scm
git.scm
glob.scm
gnu-maintenance.scm
gnupg.scm
grafts.scm
graph.scm
hg-download.scm
http-client.scm
i18n.scm
inferior.scm
licenses.scm
man-db.scm
memoization.scm
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm
pki.scm
profiles.scm profiles: Fix typo in exports. 2018-10-26 20:05:21 +02:00
profiling.scm
progress.scm progress: Fix total size in "@ download-succeeded" traces. 2018-10-05 23:54:18 +02:00
records.scm
scripts.scm scripts: Suggest running 'guix gc' when we're short on disk space. 2018-10-23 01:04:39 +02:00
search-paths.scm
self.scm self: Install shell completion files. 2018-11-06 17:00:02 +01:00
serialization.scm
sets.scm
ssh.scm ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon. 2018-11-05 21:28:59 -05:00
status.scm ui: Fix port-buffering with guile@2.0. 2018-10-16 17:12:09 -05:00
store.scm daemon: Support multiplexed build output. 2018-10-15 22:40:35 +02:00
svn-download.scm
tests.scm tests: Run 'guix pack' tests using the external store. 2018-10-19 18:28:57 +02:00
ui.scm
upstream.scm
utils.scm
workers.scm
zlib.scm