mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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
1 changed files with 3 additions and 0 deletions
|
@ -393,6 +393,9 @@ (define print-log-line
|
|||
expected hash: ~a
|
||||
actual hash: ~a~%"))
|
||||
expected actual))
|
||||
(('build-remote drv host _ ...)
|
||||
(format port (info (G_ "offloading build of ~a to '~a'")) drv host)
|
||||
(newline port))
|
||||
(('build-log pid line)
|
||||
(if (multiplexed-output-supported?)
|
||||
(if (not pid)
|
||||
|
|
Loading…
Reference in a new issue