guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guix-build-coordinator: Update to 0-40.226ec


From: guix-commits
Subject: branch master updated: gnu: guix-build-coordinator: Update to 0-40.226ec0f.
Date: Mon, 29 Nov 2021 16:12:13 -0500

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new daa6c67  gnu: guix-build-coordinator: Update to 0-40.226ec0f.
daa6c67 is described below

commit daa6c67fb445b71f4cac4c7857f6a988f1aba79a
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Mon Nov 29 21:01:26 2021 +0000

    gnu: guix-build-coordinator: Update to 0-40.226ec0f.
    
    * gnu/packages/package-management.scm (guix-build-coordinator): Update to
    0-40.226ec0f.
    * doc/guix.texi (Guix Build Coordinator): Remove note about the service 
being
    considered experimental, it's been stable for a while now.
---
 doc/guix.texi                       | 6 ------
 gnu/packages/package-management.scm | 6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 2a166e3..09553ab 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -32456,12 +32456,6 @@ running an @dfn{agent}.  The build daemon is still 
used to build the
 derivations, but the Guix Build Coordinator manages allocating builds
 and working with the results.
 
-@quotation Note
-This service is considered experimental.  Configuration options may be
-changed in a backwards-incompatible manner, and not all features have
-been thorougly tested.
-@end quotation
-
 The Guix Build Coordinator consists of one @dfn{coordinator}, and one or
 more connected @dfn{agent} processes.  The coordinator process handles
 clients submitting builds, and allocating builds to agents.  The agent
diff --git a/gnu/packages/package-management.scm 
b/gnu/packages/package-management.scm
index 979d76b..7fb4fe1 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -1181,8 +1181,8 @@ environments.")
     (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
 
 (define-public guix-build-coordinator
-  (let ((commit "c9c55c0a16c0d72ad11389baf722ce90644c45d7")
-        (revision "39"))
+  (let ((commit "226ec0f0f8a10842ffdd50dd464be33b2db45563")
+        (revision "40"))
     (package
       (name "guix-build-coordinator")
       (version (git-version "0" revision commit))
@@ -1193,7 +1193,7 @@ environments.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "1sxbfc3fy9x8vvhkpj68m5gz0rj6h66w8xcsqi26zx85d7jcs3h3"))
+                  "1sxvp7j5xypk6zlrs5y21lwx12h5r0c35ia9wqf0cyq8wjjaagh8"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system gnu-build-system)
       (arguments



reply via email to

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