[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: nginx: hydra.gnu.org: Really filter out texlive-texmf.
From: |
Ludovic Courtès |
Subject: |
01/02: nginx: hydra.gnu.org: Really filter out texlive-texmf. |
Date: |
Fri, 21 Apr 2017 04:34:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 75b84be4e9342ebb0f838843f7bc6c9864ddf339
Author: Ludovic Courtès <address@hidden>
Date: Fri Apr 21 10:28:08 2017 +0200
nginx: hydra.gnu.org: Really filter out texlive-texmf.
Previously …-texlive-20160523b-texmf.tar.xz would still go through.
* hydra/nginx/hydra.gnu.org-locations.conf: Use a wildcard when matching
texlive-texmf.
---
hydra/nginx/hydra.gnu.org-locations.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hydra/nginx/hydra.gnu.org-locations.conf
b/hydra/nginx/hydra.gnu.org-locations.conf
index ef446f9..5b417f5 100644
--- a/hydra/nginx/hydra.gnu.org-locations.conf
+++ b/hydra/nginx/hydra.gnu.org-locations.conf
@@ -19,7 +19,7 @@ location /build { proxy_pass http://127.0.0.1:3000;
proxy_read_timeout 120s; }
# FIXME: The "nix-store --dump …/texlive-texmf | bzip2" processes
# rarely complete, so skip them for now.
-location ~ ^(/guix)?/nar/.*-(texlive-texmf-|texlive-20150523-texmf) {
+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;