guix-commits
[Top][All Lists]
Advanced

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

02/02: nginx: hydra.gnu.org: Filter out texlive from 'guix publish' nars


From: Ludovic Courtès
Subject: 02/02: nginx: hydra.gnu.org: Filter out texlive from 'guix publish' nars.
Date: Sun, 2 Apr 2017 09:04:52 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 8fba3ee340d09e970c530e47b4269ca0e48a5435
Author: Ludovic Courtès <address@hidden>
Date:   Sun Apr 2 15:03:52 2017 +0200

    nginx: hydra.gnu.org: Filter out texlive from 'guix publish' nars.
    
    * hydra/nginx/hydra.gnu.org-locations.conf: Add "/guix" to the texlive
    regexp.
---
 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 318a88b..3188e38 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 ~ ^/nar/.*-(texlive-texmf-|texlive-20150523-texmf) {
+location ~ ^(/guix)?/nar/.*-(texlive-texmf-|texlive-20150523-texmf) {
     # We used to return 503 ("Service temporarily unavailable") but
     # users were led to think it would come back later.
     return 410;



reply via email to

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