Archived
1
0
Fork 0

doc: Fix Guix Build Coordinator agent configuration defaults.

* doc/guix.texi (Guix Build Coordinator): Fix some
guix-build-coordinator-agent-configuration defaults.
This commit is contained in:
Christopher Baines 2020-11-14 09:51:17 +00:00
parent 7f9888e53f
commit e365f8b26c
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -29226,18 +29226,18 @@ the password from can also be specified, and this is more secure.
A file containing the password to use when connecting to the A file containing the password to use when connecting to the
coordinator. coordinator.
@item @code{systems} (default: @var{#f}) @item @code{systems} (default: @code{#f})
The systems for which this agent should fetch builds. The agent process The systems for which this agent should fetch builds. The agent process
will use the current system it's running on as the default. will use the current system it's running on as the default.
@item @code{max-parallel-builds} (default: @code{1}) @item @code{max-parallel-builds} (default: @code{1})
The number of builds to perform in parallel. The number of builds to perform in parallel.
@item @code{derivation-substitute-urls} (default: @code{1}) @item @code{derivation-substitute-urls} (default: @code{#f})
URLs from which to attempt to fetch substitutes for derivations, if the URLs from which to attempt to fetch substitutes for derivations, if the
derivations aren't already available. derivations aren't already available.
@item @code{non-derivation-substitute-urls} (default: @code{1}) @item @code{non-derivation-substitute-urls} (default: @code{#f})
URLs from which to attempt to fetch substitutes for build inputs, if the URLs from which to attempt to fetch substitutes for build inputs, if the
input store items aren't already available. input store items aren't already available.