[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: berlin: Update manual to 1.2.0.
From: |
Ludovic Courtès |
Subject: |
branch master updated: hydra: berlin: Update manual to 1.2.0. |
Date: |
Mon, 23 Nov 2020 02:57:37 -0500 |
This is an automated email from the git hooks/post-receive script.
civodul pushed a commit to branch master
in repository maintenance.
The following commit(s) were added to refs/heads/master by this push:
new 2049564 hydra: berlin: Update manual to 1.2.0.
2049564 is described below
commit 204956463a6a9d08c49efc7d30c880befb443345
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon Nov 23 08:56:40 2020 +0100
hydra: berlin: Update manual to 1.2.0.
* hydra/berlin.scm (services)[static-web-site-configuration]: Switch to
"version-1.2.0".
---
hydra/berlin.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index ef63bff..b9286e5 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -297,11 +297,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.1.0"))
+ (git-ref '(branch . "version-1.2.0"))
(directory "/srv/guix-manual")
(build-file "doc/build.scm")
(environment-variables
- '(("GUIX_MANUAL_VERSION" . "1.1.0")
+ '(("GUIX_MANUAL_VERSION" . "1.2.0")
("GUIX_WEB_SITE_URL" . "/")))))
;; Manual for 'master'.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: berlin: Update manual to 1.2.0.,
Ludovic Courtès <=