aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-08-13 13:44:06 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-08-13 13:46:21 +0200
commitcfd2442488971420289a12d5ca8f07816e1149bf (patch)
treecafd974d30d9d602b9ff6faaeb088e28f1e6820a /doc
parent2caf9eafb6f4703d8f1af42123093f4a7f7a32ce (diff)
downloadguix-cfd2442488971420289a12d5ca8f07816e1149bf.tar
guix-cfd2442488971420289a12d5ca8f07816e1149bf.tar.gz
services: cuirass: Reverse the no-publish logic.
This is a follow-up of d128c6fd33f46ec4e2d0ef352d20a858c377bf6f. * gnu/services/cuirass.scm (<cuirass-remote-server-configuration>) [no-publish?]: Rename it to ... [publish?]: ... this new field. (cuirass-shepherd-service): Adapt it. * doc/guix.texi (Cuirass remote building): Document it.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 78c1c09858..6ba52623c0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -27889,10 +27889,10 @@ Use @var{cache} directory to cache build log files.
Once a substitute is successfully fetched, trigger substitute baking at
@var{trigger-url}.
-@item @code{no-publish} (default: @code{#f})
-Do not start a publish server and ignore the @code{publish-port}
-argument. This can be useful if there is already a standalone publish
-server standing next to the remote server.
+@item @code{publish?} (default: @code{#t})
+If set to false, do not start a publish server and ignore the
+@code{publish-port} argument. This can be useful if there is already a
+standalone publish server standing next to the remote server.
@item @code{public-key}
@item @code{private-key}