guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: nginx: Add short URL for installation script.


From: Ricardo Wurmus
Subject: 01/01: hydra: nginx: Add short URL for installation script.
Date: Thu, 8 Aug 2019 11:37:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository maintenance.

commit 413686c2274f9e5cd893f74e20c73d4297b59095
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Aug 8 17:37:08 2019 +0200

    hydra: nginx: Add short URL for installation script.
    
    * hydra/nginx/berlin.scm (guix.gnu.org-locations): Add redirect for
    "/install.sh".
---
 hydra/nginx/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/nginx/berlin.scm b/hydra/nginx/berlin.scm
index 34eaacc..0900554 100644
--- a/hydra/nginx/berlin.scm
+++ b/hydra/nginx/berlin.scm
@@ -197,6 +197,8 @@ PUBLISH-URL."
 
 (define guix.gnu.org-locations
   (list
+   ;; Short URL for the installation script
+   (redirect "/install.sh" 
"https://git.savannah.gnu.org/cgit/guix.git/plain/etc/guix-install.sh";)
    ;; 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>.



reply via email to

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