diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-12 12:58:34 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-08-12 12:59:55 +0200 |
| commit | d128c6fd33f46ec4e2d0ef352d20a858c377bf6f (patch) | |
| tree | 9933233fb5b0033651a4325038d82123768bd850 /doc | |
| parent | 8b9a5641bc1b6acb62e0e0467ee03cefde2d1757 (diff) | |
services: cuirass: Add a no-publish argument.
* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>): Add a
no-publish? field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Cuirass remote building): Document it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4eb5324b51b..ac6c11949f5 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -27889,6 +27889,11 @@ Use @var{cache} directory to cache build log files. | |||
| 27889 | Once a substitute is successfully fetched, trigger substitute baking at | 27889 | Once a substitute is successfully fetched, trigger substitute baking at |
| 27890 | @var{trigger-url}. | 27890 | @var{trigger-url}. |
| 27891 | 27891 | ||
| 27892 | @item @code{no-publish} (default: @code{#f}) | ||
| 27893 | Do not start a publish server and ignore the @code{publish-port} | ||
| 27894 | argument. This can be useful if there is already a standalone publish | ||
| 27895 | server standing next to the remote server. | ||
| 27896 | |||
| 27892 | @item @code{public-key} | 27897 | @item @code{public-key} |
| 27893 | @item @code{private-key} | 27898 | @item @code{private-key} |
| 27894 | Use the specific @var{file}s as the public/private key pair used to sign | 27899 | Use the specific @var{file}s as the public/private key pair used to sign |
