guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Build the Guix Foundation web si


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Build the Guix Foundation web site.
Date: Sat, 03 Feb 2024 11:57:32 -0500

This is an automated email from the git hooks/post-receive script.

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 85cd35c  hydra: bayfront: Build the Guix Foundation web site.
85cd35c is described below

commit 85cd35ca16fc4f7a51e9d5f36a13869d53eb02a3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Feb 3 17:56:31 2024 +0100

    hydra: bayfront: Build the Guix Foundation web site.
    
    * hydra/bayfront.scm (foundation-web-site): New variable.
    <services>: Add ‘foundation-web-site’.
---
 hydra/bayfront.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 56341de..282811c 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -81,6 +81,13 @@
    (git-url "https://gitlab.inria.fr/guix-hpc/website.git";)
    (directory "/srv/guix-hpc-web")))
 
+(define foundation-web-site
+  (static-web-site-configuration
+   (git-url "https://framagit.org/guix-europe/guix-europe.git";)
+   (git-ref '(branch . "main"))
+   (build-file "website/guix.scm")
+   (directory "/srv/foundation-web")))
+
 (define ten-years-of-guix-web-site
   (static-web-site-configuration
    (git-url "https://gitlab.com/zimoun/website-guix-10years";)
@@ -1381,6 +1388,11 @@ proxy_set_header  Via  $via;"
                     static-web-site-service-type
                     (list guix-hpc-web-site))
 
+    ;; Running foundation.guix.info.
+    (simple-service 'foundation-web-site
+                    static-web-site-service-type
+                    (list foundation-web-site))
+
     ;; Running 10years.guix.gnu.org.
     (simple-service 'ten-years-of-guix-web-site
                     static-web-site-service-type



reply via email to

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