guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Pick the first worker build.


From: Mathieu Othacehe
Subject: branch master updated: Pick the first worker build.
Date: Wed, 10 Feb 2021 12:27:47 -0500

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

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

The following commit(s) were added to refs/heads/master by this push:
     new b191a2a  Pick the first worker build.
b191a2a is described below

commit b191a2a5f6d85762dc1eb305edca87919c7668d3
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Feb 10 18:27:06 2021 +0100

    Pick the first worker build.
    
    * src/cuirass/templates.scm (machine-status): Pick the first worker build if
    multiple builds are started on the same worker.
---
 src/cuirass/templates.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index ae3de20..29d9bae 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -1222,7 +1222,7 @@ text-dark d-flex position-absolute w-100"))
                                           ", "))
                         (td ,(match build
                                (() "idle")
-                               ((build)
+                               ((build _ ...)
                                 `(a (@ (class "text-truncate")
                                        (style "max-width: 150px")
                                        (href "/build/"



reply via email to

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