[PATCH] doc: Add description of 'build-locally?'.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Lemmer Webber
  • Jakob L. Kreuze
Owner
unassigned
Submitted by
Jakob L. Kreuze
Severity
normal
J
J
Jakob L. Kreuze wrote on 9 Aug 2019 17:46
(address . guix-patches@gnu.org)
87o90ynxza.fsf@sdf.lonestar.org
* 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(+)

Toggle diff (15 lines)
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.
--
2.22.0
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEa1VJLOiXAjQ2BGSm9Qb9Fp2P2VoFAl1NlTsACgkQ9Qb9Fp2P
2Vo6IBAAnrth0+iKWKLhkRjoP2/YrdZDp4LuAlkWZdHt44oUBO4/x6ZRiorPtW3N
RLq5xiIADnwoHvkDWfhF4KLD+4hXELXr7Jnt+IwR8WQt48P5GlW/ub4PMmrmMY8P
nqDjQ/ZSvHyNMnJq/i8MRtY3zSFetmT+Vk/2o+i749FJ03MiKqZJiqpyTxpIwE71
oxTcrSgDk1CWaXanHCUVP7pXQFw6dWCuAjdCMIMptBSrSKzSHb6cziu44cHm8Sgi
rdvE73LW3vSce64kSCxuxLk4w+PLDXizsn66X8ingzOfHOSVnIt3SUavZIIf79HF
TXbY40jaWmJAAv/34BdA2Nxwuqg6fRZ/qsdKbIZO51GlhqEQSi0xdOfD0Aj+0gbh
x8voDLVucMuoJBrwNxwX43VrUIcuDpunjE3HzuyzThUXL/eR4aIA6zEkatmD6aZN
Iqw+DadngUfGLcSk4wTveOLM3j9RPeNkwY6/V1w/RRBMsGp/sSHzVngk6FQNj8ou
0xAtq2mdWcmlHNdVzV5yVB/9gcpKq4GjyqbxdxJvSygdos6GegYhRjEU8cQkVckE
dBBz2ujAaBAbkRTxBH7MaXnxgCK7Hmyjf23XYbbE168S5OPFmTS2r4pWaqT7kTV5
64QtmAQZEHrabBzP8inQSoocf4FjNHKRnlu3l1uabd+FRXZlun8=
=Bkw/
-----END PGP SIGNATURE-----

C
C
Christopher Lemmer Webber wrote on 14 Aug 2019 22:49
(address . guix-patches@gnu.org)(address . 36986@debbugs.gnu.org)
87lfvvxyk9.fsf@dustycloud.org
Looks good. Will merge when in patch series form.

Jakob L. Kreuze writes:

Toggle quote (19 lines)
> * 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.
C
C
Christopher Lemmer Webber wrote on 15 Aug 2019 13:46
(address . guix-patches@gnu.org)(address . 36986-done@debbugs.gnu.org)
87blwqy7lr.fsf@dustycloud.org
Christopher Lemmer Webber writes:

Toggle quote (2 lines)
> Looks good. Will merge when in patch series form.

Merged and pushed!
?