[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: website: download: Add Hurd image.
From: |
Mathieu Othacehe |
Subject: |
02/02: website: download: Add Hurd image. |
Date: |
Mon, 6 Jul 2020 03:12:41 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix-artwork.
commit 0b92c815530d109a9ca93625b97615fe8a5d6fa1
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Thu Jun 25 11:16:02 2020 +0200
website: download: Add Hurd image.
* website/apps/download/templates/download-latest.scm (images): Add Hurd
image.
---
website/apps/download/templates/download-latest.scm | 14 +++++++++++---
website/static/base/img/hurd.png | Bin 0 -> 7104 bytes
2 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/website/apps/download/templates/download-latest.scm
b/website/apps/download/templates/download-latest.scm
index a3883da..4265581 100644
--- a/website/apps/download/templates/download-latest.scm
+++ b/website/apps/download/templates/download-latest.scm
@@ -45,13 +45,21 @@
(define images
(list (make-image
- "GNU Guix System"
- "USB/DVD ISO installer of the standalone Guix System."
+ "GNU Guix System on Linux"
+ "USB/DVD ISO installer of the standalone Guix System on Linux."
(guix-url "static/base/img/GuixSD-package.png")
"iso9660-image"
(list default-system)
(list default-system)
- "ISO-9660")))
+ "ISO-9660")
+ (make-image
+ "GNU Guix System on GNU Hurd"
+ "Virtual machine image of the standalone Guix System on GNU Hurd."
+ (guix-url "static/base/img/hurd.png")
+ "hurd-barebones-disk-image"
+ (list "qcow2")
+ (list default-system)
+ "image")))
(define (build-query job system)
(format #f "query=spec:~a+status:success+system:~a+~a"
diff --git a/website/static/base/img/hurd.png b/website/static/base/img/hurd.png
new file mode 100644
index 0000000..30619fb
Binary files /dev/null and b/website/static/base/img/hurd.png differ