mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 03:20:43 +02:00
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.
This commit is contained in:
parent
8b9a5641bc
commit
d128c6fd33
2 changed files with 12 additions and 2 deletions
|
@ -27889,6 +27889,11 @@ 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{public-key}
|
||||
@item @code{private-key}
|
||||
Use the specific @var{file}s as the public/private key pair used to sign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue