mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
deploy: Write a message upon successful deployment.
* guix/scripts/deploy.scm (guix-deploy): Write message upon successful deployment.
This commit is contained in:
parent
1bb248d0b1
commit
1292372725
1 changed files with 3 additions and 1 deletions
|
@ -143,5 +143,7 @@ (define (handle-argument arg result)
|
|||
(machine-display-name machine))
|
||||
(run-with-store store (roll-back-machine machine)))
|
||||
(apply throw (deploy-error-captured-args c))))
|
||||
(run-with-store store (deploy-machine machine)))))
|
||||
(run-with-store store (deploy-machine machine))
|
||||
(info (G_ "successfully deployed ~a~%")
|
||||
(machine-display-name machine)))))
|
||||
machines))))))
|
||||
|
|
Loading…
Reference in a new issue