guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Add missing locale parameter to the latest revisi


From: Christopher Baines
Subject: branch master updated: Add missing locale parameter to the latest revision lint warnings
Date: Wed, 15 Apr 2020 17:03:00 -0400

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 08eb473  Add missing locale parameter to the latest revision lint 
warnings
08eb473 is described below

commit 08eb4731d14f8058462b9e56b891ee04d635af14
Author: Christopher Baines <address@hidden>
AuthorDate: Wed Apr 15 19:39:50 2020 +0100

    Add missing locale parameter to the latest revision lint warnings
---
 guix-data-service/web/repository/controller.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix-data-service/web/repository/controller.scm 
b/guix-data-service/web/repository/controller.scm
index 9837867..67b37a6 100644
--- a/guix-data-service/web/repository/controller.scm
+++ b/guix-data-service/web/repository/controller.scm
@@ -208,7 +208,8 @@
            (let ((parsed-query-parameters
                   (parse-query-parameters
                    request
-                   `((package_query  ,identity)
+                   `((locale         ,identity #:default "en_US.utf8")
+                     (package_query  ,identity)
                      (linter         ,identity #:multi-value)
                      (message_query  ,identity)
                      (field          ,identity #:multi-value



reply via email to

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