guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: Adjust to '%cuirass-supported-systems' r


From: Ludovic Courtès
Subject: branch master updated: website: Adjust to '%cuirass-supported-systems' rename.
Date: Fri, 12 Mar 2021 18:07:45 -0500

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 1728466  website: Adjust to '%cuirass-supported-systems' rename.
1728466 is described below

commit 1728466e3f1bdb523dc7162e9862b78399b5d146
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Mar 13 00:06:53 2021 +0100

    website: Adjust to '%cuirass-supported-systems' rename.
    
    This is a followup to Guix commit
    76bea3f8bcd951ded88dfb7f8cad5bc3e5a1701f.
    
    * website/apps/packages/templates/components.scm (supported-systems->shtml):
    Change %HYDRA-SUPPORTED-SYSTEMS to %CUIRASS-SUPPORTED-SYSTEMS.
---
 website/apps/packages/templates/components.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/apps/packages/templates/components.scm 
b/website/apps/packages/templates/components.scm
index 785b01a..767dc49 100644
--- a/website/apps/packages/templates/components.scm
+++ b/website/apps/packages/templates/components.scm
@@ -266,7 +266,7 @@
                                   "-"
                                   (package-version package)))
        (systems (filter (cut supported-package? package <>)
-                     %hydra-supported-systems)))
+                         %cuirass-supported-systems)))
     (if (null? systems)
         (C_ "systems" "None")
         ;; TODO: There's currently no way to refer to a job like



reply via email to

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