guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Add Cuirass releases route.


From: Mathieu Othacehe
Subject: branch master updated: hydra: berlin: Add Cuirass releases route.
Date: Tue, 23 Mar 2021 08:18:44 -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 3e0d6c3  hydra: berlin: Add Cuirass releases route.
3e0d6c3 is described below

commit 3e0d6c336306a981d01a6890ce0634a0ccdfb751
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Mar 23 13:15:28 2021 +0100

    hydra: berlin: Add Cuirass releases route.
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add "/cuirass/releases"
    route. Also fix "/cuirass/manual/" route.
---
 hydra/nginx/berlin.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 2ed53a3..887479f 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -706,9 +706,13 @@ PUBLISH-URL."
     (body (list "alias /srv/audio;")))
 
    (nginx-location-configuration
-    (uri "/cuirass/manual/")
+    (uri "^~ /cuirass/manual/")
     (body (list "alias /srv/cuirass-manual;")))
 
+   (nginx-location-configuration
+    (uri "^~ /cuirass/releases/")
+    (body (list "alias /srv/cuirass-releases;")))
+
    ;; Let browsers cache files under /static for a while.
    ;; XXX: This is really a hack to work around the fact that we can't have
    ;; 'If-Modified-Since' because timestamps are zeroed.



reply via email to

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