guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: images: Add Pinebook Pro latest barebone


From: Mathieu Othacehe
Subject: branch master updated: website: images: Add Pinebook Pro latest barebones image.
Date: Sat, 28 Aug 2021 11:46:15 -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 9ddef55  website: images: Add Pinebook Pro latest barebones image.
9ddef55 is described below

commit 9ddef55e9eb734c57488cf9cf4bfe0ce9b71e955
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sat Aug 28 17:44:13 2021 +0200

    website: images: Add Pinebook Pro latest barebones image.
    
    * website/static/base/img/pine.png: New file.
    * website/apps/download/templates/download-latest.scm (images): Add Pinebook
    Pro latest barebones image.
---
 website/apps/download/templates/download-latest.scm |  11 ++++++++++-
 website/static/base/img/pine.png                    | Bin 0 -> 7933 bytes
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/website/apps/download/templates/download-latest.scm 
b/website/apps/download/templates/download-latest.scm
index 2503691..17eaadf 100644
--- a/website/apps/download/templates/download-latest.scm
+++ b/website/apps/download/templates/download-latest.scm
@@ -91,7 +91,16 @@
          tarball-spec
          (list default-system)
          (list default-system)
-         "archive")))
+         "archive")
+       (make-image
+         (C_ "download page title" "GNU Guix System on Linux for Pinebook Pro")
+         (G_ "Guix System on Linux barebones bootable raw image for Pinebook 
Pro.")
+         (guix-url "static/base/img/pine.png")
+         "pinebook-pro-barebones-raw-image"
+         images-spec
+         (list "raw")
+         (list default-system)
+         "image")))
 
 (define (image-download image)
   "Return as an HTML table row, the representation of IMAGE."
diff --git a/website/static/base/img/pine.png b/website/static/base/img/pine.png
new file mode 100644
index 0000000..3168534
Binary files /dev/null and b/website/static/base/img/pine.png differ



reply via email to

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