[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/05: Revert "website: download: Temporarily downgrade to 0.8.1."
From: |
Ludovic Courtès |
Subject: |
01/05: Revert "website: download: Temporarily downgrade to 0.8.1." |
Date: |
Thu, 14 May 2015 12:09:41 +0000 |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 59317009b7965f26e0df9835157ed610951fc03b
Author: Ludovic Courtès <address@hidden>
Date: Thu May 14 11:34:22 2015 +0200
Revert "website: download: Temporarily downgrade to 0.8.1."
This reverts commit 92e4689c0b5fe2a85e5aea2fe67a8d3eaf7dc771.
---
website/www/download.scm | 28 +++++++++++++---------------
1 files changed, 13 insertions(+), 15 deletions(-)
diff --git a/website/www/download.scm b/website/www/download.scm
index c746d4d..7c7b5e5 100644
--- a/website/www/download.scm
+++ b/website/www/download.scm
@@ -83,27 +83,25 @@ Linux-based system.")
(latest-guix-version)
" (" arch ")")
#:file (string-append
- ;; TODO: Adjust for 0.8.2.
- "gsd-usb-install-"
+ "guixsd-usb-install-"
(latest-guix-version)
"." arch "-linux.xz")
#:description %usb-image-description
#:manual %usb-image-manual
#:image %guixsd-image))
'("x86_64" "i686"))
- ;; TODO: Reinstate for 0.8.2.
- ;; ,@(map (lambda (arch)
- ;; (summary-box (string-append "GNU Guix "
- ;;
(latest-guix-version)
- ;; " Binary (" arch
")")
- ;; #:file (string-append
- ;; "guix-binary-"
- ;; (latest-guix-version)
- ;; "." arch "-linux.tar.xz")
- ;; #:description
%binary-tarball-description
- ;; #:manual %binary-tarball-manual
- ;; #:image %guix-image))
- ;; '("x86_64" "i686" "mips64el" "armhf"))
+ ,@(map (lambda (arch)
+ (summary-box (string-append "GNU Guix "
+ (latest-guix-version)
+ " Binary (" arch ")")
+ #:file (string-append
+ "guix-binary-"
+ (latest-guix-version)
+ "." arch "-linux.tar.xz")
+ #:description
%binary-tarball-description
+ #:manual %binary-tarball-manual
+ #:image %guix-image))
+ '("x86_64" "i686" "mips64el" "armhf"))
,(summary-box (string-append "GNU Guix "
(latest-guix-version)
" Source")