guix-commits
[Top][All Lists]
Advanced

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

branch wip-offload updated: tmp4


From: Mathieu Othacehe
Subject: branch wip-offload updated: tmp4
Date: Mon, 21 Dec 2020 05:39:42 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch wip-offload
in repository guix-cuirass.

The following commit(s) were added to refs/heads/wip-offload by this push:
     new 78fda62  tmp4
78fda62 is described below

commit 78fda62d28e4dd267e77eff091778cf7b33daa11
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Dec 21 11:39:34 2020 +0100

    tmp4
---
 src/cuirass/remote-server.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/remote-server.scm b/src/cuirass/remote-server.scm
index 6fc084f..5d5e349 100644
--- a/src/cuirass/remote-server.scm
+++ b/src/cuirass/remote-server.scm
@@ -201,7 +201,7 @@ be used to reply to the worker."
                       (lambda (name)
                         (info (G_ "Worker `~a' is ready.~%") name))))
     (('worker-request-work name)
-     (let ((build (pk (pop-build name))))
+     (let ((build (pop-build name)))
        (if build
            (let ((derivation (assq-ref build #:derivation))
                  (priority (assq-ref build #:priority))



reply via email to

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