deploy: Write a message upon successful deployment.
* guix/scripts/deploy.scm (guix-deploy): Write message upon successful deployment.master
parent
1bb248d0b1
commit
1292372725
|
@ -143,5 +143,7 @@ Perform the deployment specified by FILE.\n"))
|
||||||
(machine-display-name machine))
|
(machine-display-name machine))
|
||||||
(run-with-store store (roll-back-machine machine)))
|
(run-with-store store (roll-back-machine machine)))
|
||||||
(apply throw (deploy-error-captured-args c))))
|
(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))))))
|
machines))))))
|
||||||
|
|
Reference in New Issue