guix-commits
[Top][All Lists]
Advanced

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

03/03: hydra: berlin: Make some web site updates less frequent.


From: Ludovic Courtès
Subject: 03/03: hydra: berlin: Make some web site updates less frequent.
Date: Thu, 28 Oct 2021 11:22:40 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 28c92a51b9407b6eb352488007ebabd4cb2f7c4e
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Oct 28 17:20:51 2021 +0200

    hydra: berlin: Make some web site updates less frequent.
    
    * hydra/berlin.scm <services>: Add 'period' for the stable manual and
    the bootstrappable.org static web sites.
---
 hydra/berlin.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 909a324..0dfc614 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -308,6 +308,7 @@ Happy hacking!\n"))
                       (static-web-site-configuration
                        (git-url "https://git.savannah.gnu.org/git/guix.git";)
                        (git-ref '(branch . "version-1.3.0"))
+                       (period (* 24 3600))       ;check once per day
                        (directory "/srv/guix-manual")
                        (build-file "doc/build.scm")
                        (environment-variables
@@ -351,6 +352,7 @@ Happy hacking!\n"))
                       (static-web-site-configuration
                        (git-url
                         
"https://git.savannah.gnu.org/git/guix/bootstrappable.git";)
+                       (period (* 24 3600))       ;check once per day
                        (directory "/srv/bootstrappable.org")))
 
              ;; GWL web site.



reply via email to

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