guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: status: Display 'build-remote' events.


From: guix-commits
Subject: 02/05: status: Display 'build-remote' events.
Date: Fri, 23 Nov 2018 09:42:19 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 694e638e7811f363ee1438066f4beddea17981e6
Author: Ludovic Courtès <address@hidden>
Date:   Thu Nov 22 16:51:45 2018 +0100

    status: Display 'build-remote' events.
    
    * guix/status.scm (print-build-event): Add clause for 'build-remote'.
---
 guix/status.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/guix/status.scm b/guix/status.scm
index ffa9d9e..2ceb567 100644
--- a/guix/status.scm
+++ b/guix/status.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]