aboutsummaryrefslogtreecommitdiff
path: root/gnu.scm
diff options
context:
space:
mode:
authorDavid Craven <david@craven.ch>2016-09-13 22:41:43 +0200
committerDavid Craven <david@craven.ch>2016-09-13 22:48:00 +0200
commit0b759869832817312c40bb0a6e45cc3114b9580b (patch)
tree566e1ff8bf615987b9a7e3cfe81e8fc4111c0ef2 /gnu.scm
parent995e5092d82569e06a9d7203f637816cc6894930 (diff)
downloadguix-0b759869832817312c40bb0a6e45cc3114b9580b.tar.gz
guix-0b759869832817312c40bb0a6e45cc3114b9580b.zip
gnu: make-linux-libre: Only use configuration-file when one is provided.
* gnu/packages/linux.scm (make-linux-libre): Only use configuration-file when one is provided.
Diffstat (limited to 'gnu.scm')
0 files changed, 0 insertions, 0 deletions
td colspan='3' class='logmsg'> * guix/serialization.scm (restore-file): Set the permissions and mtime of FILE. * guix/nar.scm (finalize-store-file): Pass #:reset-timestamps? #f to 'register-items'. * tests/nar.scm (rm-rf): Add 'chmod' calls to ensure files are writable. ("write-file + restore-file with symlinks"): Ensure every file in OUTPUT passes 'canonical-file?'. * tests/guix-archive.sh: Run "chmod -R +w" before "rm -rf". 2020-12-15serialization: 'fold-archive' notifies about directory processing completion.Ludovic Courtès * guix/serialization.scm (fold-archive): Call PROC with a 'directory-complete tag when done with a directory. (restore-file): Handle it. * guix/scripts/archive.scm (list-contents): Likewise. * guix/scripts/challenge.scm (archive-contents): Likewise. * tests/nar.scm ("write-file-tree + fold-archive"): Adjust accordingly.