guix-commits
[Top][All Lists]
Advanced

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

05/08: hydra: bayfront: Update fallback URL for hpc.guix.info/browse.


From: Ludovic Courtès
Subject: 05/08: hydra: bayfront: Update fallback URL for hpc.guix.info/browse.
Date: Mon, 6 Jun 2022 06:07:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit fc7a6a5e6fb44957a5296b790c514ae5f5383569
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 6 11:24:33 2022 +0200

    hydra: bayfront: Update fallback URL for hpc.guix.info/browse.
    
    * hydra/bayfront.scm (%hpc.guix.info-nginx-servers): Update 307
    'gnupackages' fallback URL.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 44fe233..da6daf7 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -281,7 +281,7 @@ proxy_cache_path /var/cache/nginx/bordeaux/nar
           ;; For the package browsing interface
           (nginx-named-location-configuration
            (name "gnupackages")
-           (body '( "return 307 
https://www.gnu.org/software/guix/packages/;";)))
+           (body '( "return 307 https://guix.gnu.org/en/packages/;";)))
           (nginx-location-configuration
            (uri "/browse")
            (body '("proxy_pass http://localhost:5000;



reply via email to

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