GNU bug report logs -
#68406
[PATCH core-updates] guix: build: Expand `copy-recursively'.
Previous Next
Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>
Date: Fri, 12 Jan 2024 15:25:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello!
Romain GARBAGE <romain.garbage <at> inria.fr> skribis:
> * guix/build/utils.scm (copy-recursively): Add `select?' key.
>
> Change-Id: Icfe226164bb88dfede58ae24c15a98db9b696c3b
[...]
> + "Copy SOURCE directory to DESTINATION. Follow symlinks if FOLLOW-SYMLINKS? is
> +true; otherwise, just preserve them. Call COPY-FILE to copy regular files. When
> +KEEP-MTIME? is true, keep the modification time of the files in SOURCE on those of
> +DESTINATION. When KEEP-PERMISSIONS? is true, preserve file permissions. Write
> +verbose output to the LOG port. Call (SELECT? FILE STAT) for each entry in source,
> +where FILE is the entry's absolute file name and STAT is the result of 'lstat' (or
> +'stat' if FOLLOW-SYMLINKS? is true); exclude entries for which SELECT? does not
> +return true."
Could you send a patch that updates ‘doc/guix.texi’ to match the
docstring?
I had completely overlooked that.
Thanks,
Ludo’.
This bug report was last modified 1 year and 179 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.