status: Display 'build-remote' events.
* guix/status.scm (print-build-event): Add clause for 'build-remote'.
This commit is contained in:
parent
60e1c1099f
commit
694e638e78
|
@ -393,6 +393,9 @@ addition to build events."
|
||||||
expected hash: ~a
|
expected hash: ~a
|
||||||
actual hash: ~a~%"))
|
actual hash: ~a~%"))
|
||||||
expected actual))
|
expected actual))
|
||||||
|
(('build-remote drv host _ ...)
|
||||||
|
(format port (info (G_ "offloading build of ~a to '~a'")) drv host)
|
||||||
|
(newline port))
|
||||||
(('build-log pid line)
|
(('build-log pid line)
|
||||||
(if (multiplexed-output-supported?)
|
(if (multiplexed-output-supported?)
|
||||||
(if (not pid)
|
(if (not pid)
|
||||||
|
|
Loading…
Reference in New Issue