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
1 changed files with 3 additions and 0 deletions

View File

@ -393,6 +393,9 @@ addition to build events."
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)