guix-commits
[Top][All Lists]
Advanced

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

branch master updated: http: Show a longer build history.


From: Ludovic Courtès
Subject: branch master updated: http: Show a longer build history.
Date: Tue, 13 Jun 2023 05:06:28 -0400

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

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

The following commit(s) were added to refs/heads/master by this push:
     new b76c041  http: Show a longer build history.
b76c041 is described below

commit b76c04199ff136d0d84a7d4f31def57b0ab956b1
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jun 13 11:05:06 2023 +0200

    http: Show a longer build history.
    
    * src/cuirass/http.scm (url-handler): in "/build/N/details", increase
    'nr' for the build history.
---
 src/cuirass/http.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cuirass/http.scm b/src/cuirass/http.scm
index c82105f..ed455af 100644
--- a/src/cuirass/http.scm
+++ b/src/cuirass/http.scm
@@ -755,7 +755,7 @@ passed, only display JOBS targeting this SYSTEM."
                 (oldevaluation . ,(assq-ref build #:eval-id))
                 (status . done)
                 (order . evaluation)
-                (nr . 5)))))
+                (nr . 10)))))
        (if build
            (respond-html
             (html-page



reply via email to

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