guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Build the 'version-1.1.0' branch.


From: Ludovic Courtès
Subject: branch master updated: hydra: berlin: Build the 'version-1.1.0' branch.
Date: Wed, 15 Apr 2020 08:34:58 -0400

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 590854f  hydra: berlin: Build the 'version-1.1.0' branch.
590854f is described below

commit 590854fc92a59c72f4882ee92d98b3e2fa3df0fd
Author: Ludovic Courtès <address@hidden>
AuthorDate: Wed Apr 15 14:34:13 2020 +0200

    hydra: berlin: Build the 'version-1.1.0' branch.
    
    * hydra/berlin.scm (static-web-site-service-type): Build the
    'version-1.1.0' branch.
---
 hydra/berlin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index ee828d8..f59ff7f 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -246,11 +246,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.0.1"))
+                       (git-ref '(branch . "version-1.1.0"))
                        (directory "/srv/guix-manual")
                        (build-file "doc/build.scm")
                        (environment-variables
-                         '(("GUIX_MANUAL_VERSION" . "1.0.1")
+                         '(("GUIX_MANUAL_VERSION" . "1.1.0")
                            ("GUIX_WEB_SITE_URL" . "/")))))
 
              ;; Manual for 'master'.



reply via email to

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