guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: nginx: Remove texlive-texmf ban.


From: Ludovic Courtès
Subject: 02/02: hydra: nginx: Remove texlive-texmf ban.
Date: Fri, 19 Jan 2018 05:01:38 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 8859af255f4041f90f630094c6ec81227b554904
Author: Ludovic Courtès <address@hidden>
Date:   Fri Jan 19 10:58:59 2018 +0100

    hydra: nginx: Remove texlive-texmf ban.
    
    Fixes <https://bugs.gnu.org/30157>.
    Reported by Mathieu Lirzin <address@hidden>.
    
    * hydra/nginx/hydra.gnu.org-locations.conf: Remove ban for
    texlive-texmf.  Our 'texlive-texmf' packaged is already
    non-substitutable, and thus not built on hydra, so this rule was only
    filtering the 2.2G texlive-texmf*.tar.xz, causing bad UX.
---
 hydra/nginx/hydra.gnu.org-locations.conf | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/hydra/nginx/hydra.gnu.org-locations.conf 
b/hydra/nginx/hydra.gnu.org-locations.conf
index f42057d..77eaade 100644
--- a/hydra/nginx/hydra.gnu.org-locations.conf
+++ b/hydra/nginx/hydra.gnu.org-locations.conf
@@ -18,15 +18,6 @@ location /jobset { proxy_pass http://127.0.0.1:3000; 
proxy_read_timeout 240s; }
 location /build  { proxy_pass http://127.0.0.1:3000; proxy_read_timeout 120s; }
 location /status { proxy_pass http://127.0.0.1:3000; proxy_read_timeout 30s; }
 
-# FIXME: The "nix-store --dump …/texlive-texmf | bzip2" processes
-# rarely complete, so skip them for now.
-location ~ ^(/guix)?/nar/.*-(texlive-texmf-|texlive-.*-texmf) {
-    # We used to return 503 ("Service temporarily unavailable") but
-    # users were led to think it would come back later.
-    return 410;
-    break;
-}
-
 location /guix/nar/ {
     # Served by:
     # guix publish -p 9999 --listen=127.0.0.1 -u nobody -C8 
--cache=/var/cache/guix/publish --ttl=14d --workers=2 --nar-path=guix/nar 
--public-key=/home/hydra/narinfo-key.pub 
--private-key=/home/hydra/narinfo-key.sec



reply via email to

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