guix-commits
[Top][All Lists]
Advanced

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

branch master updated: Revert "hydra: berlin: Accept new languages."


From: Mathieu Othacehe
Subject: branch master updated: Revert "hydra: berlin: Accept new languages."
Date: Wed, 07 Apr 2021 11:27:04 -0400

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

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 6bde9a5  Revert "hydra: berlin: Accept new languages."
6bde9a5 is described below

commit 6bde9a58dbefff45a3ebd7346197d821b7fac754
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Wed Apr 7 17:26:46 2021 +0200

    Revert "hydra: berlin: Accept new languages."
    
    This reverts commit 3d63e8d6908240996c94f0078a9474b309046c3c because it 
causes
    the following nginx error:
    
    2021/04/07 17:05:08 [emerg] 94058#0: variable already defined: "lang" in 
/gnu/store/ajvqgc205hvrfab7plbwds2a9wiqj52f-nginx.conf:4666
---
 hydra/nginx/berlin.scm | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index a1ee02a..6dc9072 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -1031,13 +1031,9 @@ synonymous IETF language tags that should be mapped to 
the same $lang."
 
    (accept-languages '(("en")
                        ("de")
-                       ("eo")
                        ("es")
                        ("fr")
-                       ("ko")
-                       ("ru")
                        ("zh-CN" "zh" "zh-Hans" "zh-Hans-CN")))
-   "set_from_accept_language $lang en de es eo fr ko ru zh-CN;"
 
    ;; Maximum chunk size to send.  Partly this is a workaround for
    ;; <http://bugs.gnu.org/19939>, but also the nginx docs mention that



reply via email to

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