guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: donate: Add fosshost machines.


From: Christopher Baines
Subject: branch master updated: website: donate: Add fosshost machines.
Date: Wed, 31 Mar 2021 02:43:16 -0400

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

cbaines pushed a commit to branch master
in repository guix-artwork.

The following commit(s) were added to refs/heads/master by this push:
     new 0a49cbb  website: donate: Add fosshost machines.
0a49cbb is described below

commit 0a49cbb484fd9e564ad62c162a9b711b438cc541
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Mar 31 07:39:51 2021 +0100

    website: donate: Add fosshost machines.
    
    * website/apps/base/templates/donate.scm (donate-t): Add fosshost
    machines.
---
 website/apps/base/templates/donate.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/website/apps/base/templates/donate.scm 
b/website/apps/base/templates/donate.scm
index 7089de7..d68a1e7 100644
--- a/website/apps/base/templates/donate.scm
+++ b/website/apps/base/templates/donate.scm
@@ -149,6 +149,18 @@ i686-linux, and dedicated storage"))
                              (@ (href ,(guix-url 
"blog/2016/growing-our-build-farm/")))
                              ,content)))))
                    "Igalia"))))
+         ,(G_
+           `(tr
+             ,(G_ `(td "fosshost1.guix.gnu.org, fosshost2.guix.gnu.org"))
+             ,(G_ `(td "x86_64-linux, i686-linux"))
+             ,(G_ ((lambda (content)
+                     `(td
+                       (ul
+                        (li
+                         (a
+                          (@ (href "https://fosshost.org/";))
+                          ,content)))))
+                   "Fosshost"))))
          ,(G_ `(tr
                 ,(G_ `(td "guix-x15.sjd.se, guix-x15b.sjd.se"))
                 ,(G_ `(td "armhf-linux"))



reply via email to

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