summaryrefslogtreecommitdiff
path: root/guix/scripts/deploy.scm
AgeCommit message (Expand)Author
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 deployment...Jakob 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