summaryrefslogtreecommitdiff
path: root/guix/scripts/deploy.scm
AgeCommit message (Expand)Author
2023-10-17scripts: deploy: Handle EPIPE errors when displaying help.Simon Tournier
2023-03-13guix: Strip #:use-module lists.Ludovic Courtès
2022-10-22Remove now unnecessary uses of (guix grafts).Ludovic Courtès
2022-10-04deploy: Fix error message.Andrew Tropin
2022-07-23deploy: Honor '--dry-run'.Ludovic Courtès
2022-02-02deploy: Add '--execute'.Ludovic Courtès
2021-06-25reconfigure: Use 'formatted-message'.Ludovic Courtès
2021-06-25deploy: Leave on hard error.Ludovic Courtès
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
2021-05-28deploy: Error out when the FILE argument is missing.Ludovic Courtès
2020-11-26deploy: Let key-and-args exceptions through.Ludovic Courtès
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-07-30deploy: Gracefully handle errors.Ludovic Courtès
2020-03-29deploy: Use 'map/accumulate-builds'.Ludovic Courtès
2020-03-29deploy: Factorize machine deployment.Ludovic Courtès
2020-03-28deploy: Remove use of '~*' in format string.Marius Bakke
2020-03-23deploy: Write a message upon successful deployment.Ludovic Courtès
2020-03-23deploy: Show what machines will be deployed.Ludovic Courtès
2020-03-22deploy: Use 'with-build-handler'.Ludovic Courtès
2020-02-09Update e-mail address for Jakob L. Kreuze.Tobias Geerinckx-Rice
2019-11-26Use 'offload?' instead of 'build-hook?' internally.Ludovic Courtès
2019-11-19deploy: Handle "--version".Ludovic Courtès
2019-09-23deploy: Add '--verbosity' and properly interpret build log.Ludovic Courtès
2019-09-04deploy: Add missing store options.Ludovic Courtès
2019-08-28deploy: Do not quote error messages.Ludovic Courtès
2019-08-15machine: Implement 'roll-back-machine'.Jakob L. Kreuze
2019-08-14remote: Remove '--system' argument.Jakob L. Kreuze
2019-08-07deploy: Use all machine modules when loading deploymentJakob L. Kreuze
2019-07-24deploy: Handle the '--system' command line option.宋文武
2019-07-24deploy: Honor '--no-grafts'.宋文武
2019-07-06Add 'guix deploy'.Jakob L. Kreuze