guix-commits
[Top][All Lists]
Advanced

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

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


From: Ludovic Courtès
Subject: 02/02: hydra: web: Build the stable manual from 'version-1.4.0'.
Date: Sun, 18 Dec 2022 16:13:22 -0500 (EST)

civodul pushed a commit to branch master
in repository maintenance.

commit 84d4be1066b24043cc61532f42ea28ee1b3fe2ca
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Dec 18 22:12:05 2022 +0100

    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'.
---
 hydra/modules/sysadmin/web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hydra/modules/sysadmin/web.scm b/hydra/modules/sysadmin/web.scm
index f26ed24..fcf94e4 100644
--- a/hydra/modules/sysadmin/web.scm
+++ b/hydra/modules/sysadmin/web.scm
@@ -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'.



reply via email to

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