guix-commits
[Top][All Lists]
Advanced

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

branch master updated: templates: Add build product type.


From: Mathieu Othacehe
Subject: branch master updated: templates: Add build product type.
Date: Sun, 14 Jun 2020 07:02:09 -0400

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 c2aed4a  templates: Add build product type.
c2aed4a is described below

commit c2aed4a5c1cbed44a9cdf9aab660c4a196a7837d
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Sun Jun 14 12:55:37 2020 +0200

    templates: Add build product type.
    
    * src/cuirass/templates.scm (build-details): Display build product type.
---
 src/cuirass/templates.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/cuirass/templates.scm b/src/cuirass/templates.scm
index 600d9d8..0f90b53 100644
--- a/src/cuirass/templates.scm
+++ b/src/cuirass/templates.scm
@@ -310,7 +310,9 @@ system whose names start with " (code "guile-") ":" (br)
                                   (div (@ (class "col-md-auto"))
                                        ,path)
                                   (div (@ (class "col-md-auto"))
-                                   "(" ,(byte-count->string size) ")")))))))
+                                       "(" ,type ")")
+                                  (div (@ (class "col-md-auto"))
+                                   ,(byte-count->string size))))))))
                     products)))
               `((tr (th "Build outputs")
                     (td



reply via email to

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