guix-commits
[Top][All Lists]
Advanced

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

01/03: Add system and target controls to the package derivation comparis


From: Christopher Baines
Subject: 01/03: Add system and target controls to the package derivation comparison
Date: Sat, 28 Nov 2020 14:40:05 -0500 (EST)

cbaines pushed a commit to branch master
in repository data-service.

commit 8f702e56669b20a45b218d319c0384eecf00f413
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Nov 25 21:05:32 2020 +0000

    Add system and target controls to the package derivation comparison
    
    By datetime, as these parameters are supported.
---
 guix-data-service/web/compare/html.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/guix-data-service/web/compare/html.scm 
b/guix-data-service/web/compare/html.scm
index b2325ee..cf04d3b 100644
--- a/guix-data-service/web/compare/html.scm
+++ b/guix-data-service/web/compare/html.scm
@@ -733,6 +733,16 @@
              (class "form-horizontal"))
           ,@(compare-form-controls-for-mode mode query-parameters)
           ,(form-horizontal-control
+            "System" query-parameters
+            #:options valid-systems
+            #:help-text "Only include derivations for this system."
+            #:font-family "monospace")
+          ,(form-horizontal-control
+            "Target" query-parameters
+            #:options valid-targets
+            #:help-text "Only include derivations that are build for this 
system."
+            #:font-family "monospace")
+          ,(form-horizontal-control
             "Build change" query-parameters
             #:options '(("(none specified)" . "")
                         ("Broken"           . "broken")



reply via email to

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