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
@ -143,5 +143,7 @@ Perform the deployment specified by FILE.\n"))
|
||||
(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 New Issue
Block a user