aboutsummaryrefslogtreecommitdiff
path: root/LICENSES
ModeNameSize
-rw-r--r--0BSD.txt643logplainabout
-rw-r--r--AGPL-3.0-or-later.txt34020logplainabout
-rw-r--r--CC0-1.0.txt7048logplainabout
r> 2022-01-11shell: Cache profiles even when using package specs.Ludovic Courtès This enables profile caching not just when '-m' or '-f' is used, but also when package specs are passed on the command line, as in: guix shell -D guix git It also changes profile cache keys to include the system type, which was previously ignored. * guix/scripts/shell.scm (options-with-caching)[single-file-for-caching]: Remove. Call 'profile-cached-gc-root' instead; adjust to accept two values. (profile-cache-primary-key): New procedure. (profile-cache-key): Remove. (profile-file-cache-key, profile-spec-cache-key): New procedures. (profile-cached-gc-root): Rewrite to include functionality formally in 'single-file-for-caching', but extend to handle package specs. * gnu/packages.scm (cache-is-authoritative?): Export. * guix/transformations.scm (transformation-option-key?): New procedure. * doc/guix.texi (Invoking guix shell): Move '--rebuild-cache' documentation to the bottom, just above '--root'. Explain caching and how these two options relate to that.