2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: web: Build the stable manual from 'version-1.4.0'.

* hydra/modules/sysadmin/web.scm (guix-static-web-sites): Switch stable
manual to 'version-1.4.0'.
This commit is contained in:
Ludovic Courtès 2022-12-18 22:12:05 +01:00
parent c096a73620
commit 84d4be1066
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1,6 +1,6 @@
;;; GNU Guix system administration tools.
;;;
;;; Copyright © 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019-2022 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This program is free software: you can redistribute it and/or modify
@ -256,11 +256,11 @@ taken from a Git repository.")
;; Manual for the latest stable release.
(static-web-site-configuration
(git-url "https://git.savannah.gnu.org/git/guix.git")
(git-ref '(branch . "version-1.3.0"))
(git-ref '(branch . "version-1.4.0"))
(period (* 24 3600)) ;check once per day
(directory "/srv/guix-manual")
(build-file "doc/build.scm")
(environment-variables '(("GUIX_MANUAL_VERSION" . "1.3.0")
(environment-variables '(("GUIX_MANUAL_VERSION" . "1.4.0")
("GUIX_WEB_SITE_URL" . "/"))))
;; Manual for 'master'.