summaryrefslogtreecommitdiff
path: root/guix/scripts/archive.scm
AgeCommit message (Expand)Author
2023-10-17scripts: archive: Handle EPIPE errors when displaying help.Simon Tournier
2023-09-28archive: Fix ‘--version’ typo.Nikolaos Chatzikonstantinou
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès
2022-05-22scripts: Add --list-systems and --list-targets options.Mathieu Othacehe
2021-05-28scripts: Commands warn when passed zero arguments.Ludovic Courtès
2021-03-31scripts: Scripts that defaulted to -v2 now default to -v3.Ludovic Courtès
2021-01-20archive: Note service type in ACL hint.Tobias Geerinckx-Rice
2020-12-15serialization: 'fold-archive' notifies about directory processing completion.Ludovic Courtès
2020-11-15archive: Warn about replacing an ACL symlink.Tobias Geerinckx-Rice
2020-09-10scripts: Use 'define-command' and have 'guix help' use that.Ludovic Courtès
2020-08-03scripts: Pass #:verbosity to 'build-notifier'.Ludovic Courtès
2020-03-29'--dry-run' no longer implies '--no-grafts'.Ludovic Courtès
2020-03-25archive: Use 'with-build-handler'.Ludovic Courtès
2020-01-24guix build, archive, graph: Disable absolute file port name canonicalization.Ludovic Courtès
2019-12-12guix archive: Add '--list'.Ludovic Courtès
2019-11-26Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès
2019-07-19guix archive: Use (gcrypt common).Ludovic Courtès
2019-02-11Avoid name clash with 'build' from (guix store) and (guix status).Ludovic Courtès
2019-01-11guix build: Re-purpose '--verbosity' and add '--debug'.Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt.Ludovic Courtès
2017-12-07scripts: All commands enable build hooks by default.Ludovic Courtès
2017-09-01scripts: Remove 'max-silent-time' from the default options.Maxim Cournoyer
2017-05-03ui: Rename '_' to 'G_'.Ludovic Courtès
2017-03-16pack: Add '--format' option and Docker output support.Ludovic Courtès
2017-03-08guix archive: Allow compilation with Guile 2.2.Ludovic Courtès
2017-01-10guix archive: Allow compilation in the absence of Guile-JSON.Ludovic Courtès
2017-01-07guix archive: '-f docker' supports package names as arguments.Ludovic Courtès
2017-01-06guix: Add Docker image export.Ricardo Wurmus
2016-12-31Add 'guix copy'.Ludovic Courtès
2016-10-19Use (ice-9 binary-ports) instead of (rnrs io ports).Ludovic Courtès
2016-08-28guix scripts: Disable grafting on dry runs.Roel Janssen
2016-05-04utils: Move combinators to (guix combinators).Ludovic Courtès
2016-03-02guix build: Move '--no-grafts' to the common build options.Ludovic Courtès
2016-03-02guix archive: Use 'with-store'.Ludovic Courtès
2015-10-19guix archive: Add '--extract'.Ludovic Courtès
2015-09-18Add (guix scripts).Alex Kost
2015-06-18Move 'specification->package+output' to (gnu packages).Ludovic Courtès
2015-02-26ui: Factorize command-line + env. var. option parsing.Ludovic Courtès
2015-01-17guix archive: Add -r/--recursive.Ludovic Courtès
2015-01-17guix archive: Remove unused -r/--root option.Ludovic Courtès
2015-01-14monads: Move '%store-monad' and related procedures where they belong.Ludovic Courtès
2014-12-06guix: scripts: Parse $GUIX_BUILD_OPTIONS separately.nebuli
2014-11-30guix: scripts: Add GUIX_BUILD_OPTIONS environment handling.nebuli
2014-04-22pk-crypto: Add pretty-printer to 'gcry-error' exceptions.Ludovic Courtès
2014-04-04pki: Introduce 'write-acl', and fix wrong conversion in 'ensure-acl'.Ludovic Courtès
2014-04-01pki: Keep ACL in native sexp format to speed up 'authorized-key?'.Ludovic Courtès
2014-03-31guix archive: Make sure $sysconfdir/guix exists in '--authorize'.Ludovic Courtès
2014-03-20pk-crypto: Don't use Ed25519 when libgcrypt is older than 1.6.0.Ludovic Courtès
2014-03-17guix archive: Generate curve Ed25519 keys by default.Ludovic Courtès