guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: berlin: Build manual from 'version-1.3.0'.


From: Ludovic Courtès
Subject: 02/02: hydra: berlin: Build manual from 'version-1.3.0'.
Date: Tue, 11 May 2021 05:07:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 8993adc5f67c9822025f54a766575dcdef4f40a0
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue May 11 11:05:30 2021 +0200

    hydra: berlin: Build manual from 'version-1.3.0'.
    
    * hydra/berlin.scm (static-web-site-configuration): Bump to 1.3.0.
---
 hydra/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 3cd4f26..7d6ac42 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -292,11 +292,11 @@ Happy hacking!\n"))
              (service static-web-site-service-type
                       (static-web-site-configuration
                        (git-url "https://git.savannah.gnu.org/git/guix.git";)
-                       (git-ref '(branch . "version-1.2.0"))
+                       (git-ref '(branch . "version-1.3.0"))
                        (directory "/srv/guix-manual")
                        (build-file "doc/build.scm")
                        (environment-variables
-                         '(("GUIX_MANUAL_VERSION" . "1.2.0")
+                         '(("GUIX_MANUAL_VERSION" . "1.3.0")
                            ("GUIX_WEB_SITE_URL" . "/")))))
 
              ;; Manual for 'master'.



reply via email to

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