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.
This commit is contained in:
Ludovic Courtès 2021-10-28 17:20:51 +02:00
parent bdb914a124
commit 28c92a51b9
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 0 deletions

View File

@ -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.