guix-commits
[Top][All Lists]
Advanced

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

01/02: nginx: berlin: Add redirect for "/news/feed.xml".


From: Ludovic Courtès
Subject: 01/02: nginx: berlin: Add redirect for "/news/feed.xml".
Date: Wed, 17 Jul 2019 18:37:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit dd78481d5b879f474a81e131e18dac9fbb4a698a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Jul 17 23:54:42 2019 +0200

    nginx: berlin: Add redirect for "/news/feed.xml".
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add redirect for
    "/news/feed.xml".
---
 hydra/nginx/berlin.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index cc13f5f..92f62a9 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -200,6 +200,7 @@ PUBLISH-URL."
    ;; What follows is a list of redirects for URLs that used to be
    ;; available at gnu.org/s/guix--e.g.,
    ;; <http://gnu.org/s/guix/news/porting-guix-and-guixsd.html>.
+   (redirect "/news/feed.xml" "/feeds/blog.atom")
    (redirect "/news/porting-guix-and-guixsd.html" 
"/blog/2015/porting-guix-and-guixsd")
    (redirect "/news/gnu-guix-welcomes-three-students-for-gsoc.html" 
"/blog/2015/gnu-guix-welcomes-three-students-for-gsoc")
    (redirect "/news/gnu-guix-recruits-for-gsoc.html" 
"/blog/2015/gnu-guix-recruits-for-gsoc")



reply via email to

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