guix-commits
[Top][All Lists]
Advanced

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

branch master updated: website: Fix CI links.


From: Mathieu Othacehe
Subject: branch master updated: website: Fix CI links.
Date: Mon, 21 Mar 2022 12:08:17 -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 97974d9  website: Fix CI links.
97974d9 is described below

commit 97974d96536c72af3783c77b24be37a72b41f7b8
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Mar 21 17:06:45 2022 +0100

    website: Fix CI links.
    
    The specification name related to the Guix Git master branch name has 
changed
    in Cuirass from "guix-master" to "master".
    
    * website/apps/packages/templates/detailed-index.scm: Fix it.
    * website/apps/packages/templates/index.scm: Ditto.
---
 website/apps/packages/templates/detailed-index.scm | 4 ++--
 website/apps/packages/templates/index.scm          | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/apps/packages/templates/detailed-index.scm 
b/website/apps/packages/templates/detailed-index.scm
index 4d31ac5..b949c1d 100644
--- a/website/apps/packages/templates/detailed-index.scm
+++ b/website/apps/packages/templates/detailed-index.scm
@@ -48,11 +48,11 @@ management|Reproducibility") #\|)
             "GNU Guix provides " ,(number* (or total (length packages)))
             " packages transparently "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/guix-master";))
+              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
                   "available as pre-built binaries"))
             ". These pages provide a complete list of the packages.  Our "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/guix-master";))
+              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
                   "continuous integration system"))
             " shows their current build status "
             "(updated " ,(date->string (current-date)
diff --git a/website/apps/packages/templates/index.scm 
b/website/apps/packages/templates/index.scm
index 7b73e0c..82b0f8b 100644
--- a/website/apps/packages/templates/index.scm
+++ b/website/apps/packages/templates/index.scm
@@ -46,11 +46,11 @@ management|Reproducibility") #\|)
             (@ (class "limit-width centered-block"))
             "GNU Guix provides " ,(number* total) " packages transparently "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/guix-master";))
+              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
                   "available as pre-built binaries"))
             ". These pages provide a complete list of the packages.  Our "
             ,(G_
-              `(a (@ (href "https://ci.guix.gnu.org/jobset/guix-master";))
+              `(a (@ (href "https://ci.guix.gnu.org/jobset/master";))
                   "continuous integration system"))
             " shows their current build status "
             "(updated " ,(date->string (current-date)



reply via email to

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