This is an automated email from the git hooks/post-receive script. cbaines pushed a commit to branch master in repository maintenance.
The following commit(s) were added to refs/heads/master by this push: new f2251dc hydra: bayfront: Switch lakeside to .guix.gnu.org. f2251dc is described below commit f2251dc6e1c38b907464838be6db4c160c394746 Author: Christopher Baines <m...@cbaines.net> AuthorDate: Tue Feb 1 20:24:19 2022 +0000 hydra: bayfront: Switch lakeside to .guix.gnu.org. The lakeside machine now has a .guix.gnu.org domain, so update the NGinx configuration. * hydra/bayfront.scm <services>: Change the NGinx nar-storage upstream to use the .guix.gnu.org domain for lakeside. --- hydra/bayfront.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm index 74b7172..bc75a9c 100644 --- a/hydra/bayfront.scm +++ b/hydra/bayfront.scm @@ -1000,7 +1000,7 @@ access_log /var/log/nginx/bordeaux.access.log;")) (servers '("localhost:8080"))) (nginx-upstream-configuration (name "nar-storage") - (servers '("lakeside.cbaines.net:443"))))) + (servers '("lakeside.guix.gnu.org:443"))))) (server-blocks (append %hpc.guix.info-nginx-servers %guix-hpc.bordeaux.inria.fr-nginx-servers