diff options
author | Christopher Baines <mail@cbaines.net> | 2021-11-29 21:01:26 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2021-11-29 21:01:26 +0000 |
commit | daa6c67fb445b71f4cac4c7857f6a988f1aba79a (patch) | |
tree | 00e886b35e9f41db82b8adb5893ef26cf5a9ae97 /doc | |
parent | 653bcab96d70d25e98753681d48657fe6634f8c5 (diff) | |
download | guix-daa6c67fb445b71f4cac4c7857f6a988f1aba79a.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 2a166e3a89..09553ab2f3 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 |