[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: website: download: Add latest Guix binaries.
From: |
Mathieu Othacehe |
Subject: |
branch master updated: website: download: Add latest Guix binaries. |
Date: |
Thu, 22 Oct 2020 09:12:43 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix-artwork.
The following commit(s) were added to refs/heads/master by this push:
new 9dd2b29 website: download: Add latest Guix binaries.
9dd2b29 is described below
commit 9dd2b291c9cc32d04c2b4ab49bfdc8b7991aa44a
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Thu Oct 22 15:11:39 2020 +0200
website: download: Add latest Guix binaries.
* website/apps/download/templates/download-latest.scm (images): Add guix
binary tarball.
---
website/apps/download/templates/download-latest.scm | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/website/apps/download/templates/download-latest.scm
b/website/apps/download/templates/download-latest.scm
index 985fe16..65d4a29 100644
--- a/website/apps/download/templates/download-latest.scm
+++ b/website/apps/download/templates/download-latest.scm
@@ -61,7 +61,16 @@
"hurd-barebones.qcow2"
(list "qcow2")
(list default-system)
- "image")))
+ "image")
+ (make-image
+ (C_ "download page title" "GNU Guix binary")
+ (G_ "Self-contained tarball providing binaries for Guix and its
+ dependencies, to be installed on top of your Linux-based system.")
+ (guix-url "static/base/img/Guix-package.png")
+ "guix-binary.tar.xz"
+ (list default-system)
+ (list default-system)
+ "archive")))
(define (build-query job system)
(format #f "query=spec:~a+status:success+system:~a+~a"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: website: download: Add latest Guix binaries.,
Mathieu Othacehe <=