status: Display 'build-remote' events.

* guix/status.scm (print-build-event): Add clause for 'build-remote'.
This commit is contained in:
Ludovic Courtès 2018-11-22 16:51:45 +01:00
parent 60e1c1099f
commit 694e638e78
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)