guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Use the right branch for 10years


From: Ludovic Courtès
Subject: branch master updated: hydra: bayfront: Use the right branch for 10years.guix.
Date: Mon, 06 Jun 2022 08:54:39 -0400

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new b0675b8  hydra: bayfront: Use the right branch for 10years.guix.
b0675b8 is described below

commit b0675b82bc317a39553342f145c178cf6a5e8610
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Jun 6 14:54:08 2022 +0200

    hydra: bayfront: Use the right branch for 10years.guix.
    
    * hydra/bayfront.scm (ten-years-of-guix-web-site)[git-ref]: New field.
---
 hydra/bayfront.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index d9c342b..848372c 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -97,6 +97,7 @@
 (define ten-years-of-guix-web-site
   (static-web-site-configuration
    (git-url "https://gitlab.com/zimoun/website-guix-10years";)
+   (git-ref '(branch . "main"))
    (directory "/srv/ten-years-of-guix")))
 
 



reply via email to

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