summaryrefslogtreecommitdiff
path: root/guix/scripts
AgeCommit message (Expand)Author
2021-01-04guix system: Add '--graph-backend'.Ludovic Courtès
2021-01-04environment: Remove unused modules.guy fleury iteriteka
2021-01-04substitute: Handle "invalid session" GnuTLS errors on reused connections.Ludovic Courtès
2021-01-04guix hash: Honor '-H' when used alongside '-r'.Ludovic Courtès
2020-12-31import/elpa: Abort early on failure to fetch meta data.Ricardo Wurmus
2020-12-23ssh: Use 'guix repl' instead of 'guile'.Ludovic Courtès
2020-12-23substitute: Reuse connections for '--query'.Ludovic Courtès
2020-12-23scripts: Fix typo in crate importer help message.Nicolas Goaziou
2020-12-22import/cran: Add input style "specification".Ricardo Wurmus
2020-12-21system: Allow separated /boot and encrypted root.Miguel Ángel Arruga Vivas
2020-12-20scripts: discover: Remove previous cache file.Mathieu Othacehe
2020-12-19maint: Require Guile >= 2.2.6.Ludovic Courtès
2020-12-19daemon: Delegate deduplication to 'guix substitute'.Ludovic Courtès
2020-12-19daemon: Let 'guix substitute' perform hash checks.Ludovic Courtès
2020-12-15system: 'init' does not recompute the hash of each store item.Ludovic Courtès
2020-12-15database: Remove #:deduplicate? and #:reset-timestamps? from 'register-path'.Ludovic Courtès
2020-12-15guix system: 'init' copies, resets timestamps, and deduplicates at once.Ludovic Courtès
2020-12-15database: Remove #:deduplicate? from 'register-items'.Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès
2020-12-15database: Remove #:reset-timestamps? from 'register-items'.Ludovic Courtès
2020-12-15serialization: 'fold-archive' notifies about directory processing completion.Ludovic Courtès
2020-12-15offload: Print warning in context.Julien Lepiller
2020-12-13scripts: discover: Remove file locks.Mathieu Othacehe
2020-12-12import/cran: Abort with error message when recursive import fails.Ricardo Wurmus
2020-12-08substitute: Cache and reuse connections while substituting.Ludovic Courtès
2020-12-08daemon: Run 'guix substitute --substitute' as an agent.Ludovic Courtès
2020-12-08daemon: Use 'Agent' to spawn 'guix substitute --query'.Ludovic Courtès
2020-12-08guix: opam: Add --repo argument to importer.Julien Lepiller
2020-12-05pull: Accept no non-option arguments.Tobias Geerinckx-Rice
2020-12-05scripts: discover: Check for cache file existence.Mathieu Othacehe
2020-12-04scripts: substitute: Fix discover option.Mathieu Othacehe
2020-12-04import/cran: Do not attempt to generate definitions for failed imports.Ricardo Wurmus
2020-12-02import: crate: Parameterized importing of dev dependencies.Martin Becze
2020-12-02import: crate: Use guile-semver to resolve module versions.Martin Becze
2020-12-02import: utils: 'recursive-import' accepts an optional version parameter.Martin Becze
2020-12-01upgrade: Allow several regexps.zimoun
2020-11-29processes: Add '--format' and the "normalized" format.John Soo
2020-11-29processes: Put ChildProcess and ChildPID on separate lines.John Soo
2020-11-29Make "guile-avahi" dependency optional.Mathieu Othacehe
2020-11-29Use substitute servers on the local network.Mathieu Othacehe
2020-11-29publish: Add advertising support.Mathieu Othacehe
2020-11-26deploy: Let key-and-args exceptions through.Ludovic Courtès
2020-11-25weather: Fix '--substitute-urls'.zimoun
2020-11-22scripts: publish: Export procedures.Mathieu Othacehe
2020-11-21transformations: Show '--help-transform' only where applicable.Ludovic Courtès
2020-11-21scripts: lint: Display result of checkers on stdout.Brice Waegeneire
2020-11-18guix: refresh: Do not use argument jumping with ngettext.Miguel Ángel Arruga Vivas
2020-11-17Merge remote-tracking branch 'origin/version-1.2.0' into masterMaxim Cournoyer
2020-11-17guix: system: Make disk-image root file system non-volatile by default.Maxim Cournoyer
2020-11-16pull: Do not suggest running `guix pull --news' on the first run.Florian Pelz