diff mbox series

[bug#36986] doc: Add description of 'build-locally?'.

Message ID 87o90ynxza.fsf@sdf.lonestar.org
State Accepted
Headers show
Series [bug#36986] doc: Add description of 'build-locally?'. | expand

Commit Message

Jakob L. Kreuze Aug. 9, 2019, 3:46 p.m. UTC
* doc/guix.texi (Invoking guix deploy): Add section describing the
'build-locally?' field of 'managed-host-environment-type'.
---
 doc/guix.texi | 2 ++
 1 file changed, 2 insertions(+)

Comments

Christine Lemmer-Webber Aug. 14, 2019, 8:49 p.m. UTC | #1
Looks good.  Will merge when in patch series form.

Jakob L. Kreuze writes:

> * doc/guix.texi (Invoking guix deploy): Add section describing the
> 'build-locally?' field of 'managed-host-environment-type'.
> ---
>  doc/guix.texi | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index e9a0d7aa22..0e2fdd91a7 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -25583,6 +25583,8 @@ with an @code{environment} of @code{managed-host-environment-type}.
>  
>  @table @asis
>  @item @code{host-name}
> +@item @code{build-locally?} (default: @code{#t})
> +If false, system derivations will be built on the machine being deployed to.
>  @item @code{authorize?} (default: @code{#t})
>  If true, the coordinator's signing key will be added to the remote's ACL
>  keyring.
Christine Lemmer-Webber Aug. 15, 2019, 11:46 a.m. UTC | #2
Christopher Lemmer Webber writes:

> Looks good.  Will merge when in patch series form.

Merged and pushed!
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index e9a0d7aa22..0e2fdd91a7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25583,6 +25583,8 @@  with an @code{environment} of @code{managed-host-environment-type}.
 
 @table @asis
 @item @code{host-name}
+@item @code{build-locally?} (default: @code{#t})
+If false, system derivations will be built on the machine being deployed to.
 @item @code{authorize?} (default: @code{#t})
 If true, the coordinator's signing key will be added to the remote's ACL
 keyring.