[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36957] [PATCH 4/5] doc: Add description of 'build-locally?'.
From: |
Jakob L. Kreuze |
Subject: |
[bug#36957] [PATCH 4/5] doc: Add description of 'build-locally?'. |
Date: |
Thu, 15 Aug 2019 04:07:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
* 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 d80f62970d..043851e418 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{system}
The Nix system type describing the architecture of the machine being deployed
to. This should look something like ``x86_64-linux''.
--
2.22.0
signature.asc
Description: PGP signature
- [bug#36957] [PATCH] machine: Allow non-root users to deploy., (continued)
- [bug#36957] [PATCH] machine: Allow non-root users to deploy., Christopher Lemmer Webber, 2019/08/07
- [bug#36957] [PATCH v2] machine: Allow non-root users to deploy., Jakob L. Kreuze, 2019/08/07
- [bug#36957] [PATCH v2] machine: Allow non-root users to deploy., Ricardo Wurmus, 2019/08/08
- [bug#36957] [PATCH v2] machine: Allow non-root users to deploy., Jakob L. Kreuze, 2019/08/08
- [bug#36957] [PATCH v2] machine: Allow non-root users to deploy., Christopher Lemmer Webber, 2019/08/14
- [bug#36957] [PATCH 0/5] Consolidated patches for guix deploy, Jakob L. Kreuze, 2019/08/15
- [bug#36957] [PATCH 1/5] machine: Allow non-root users to deploy., Jakob L. Kreuze, 2019/08/15
- [bug#36957] [PATCH 2/5] machine: Implement 'roll-back-machine'., Jakob L. Kreuze, 2019/08/15
- [bug#36957] [PATCH 3/5] machine: Automatically authorize the coordinator's signing key., Jakob L. Kreuze, 2019/08/15
- [bug#36957] [PATCH 4/5] doc: Add description of 'build-locally?'.,
Jakob L. Kreuze <=
- [bug#36957] [PATCH 5/5] remote: Use (%daemon-socket-uri) rather than hard-coded path., Jakob L. Kreuze, 2019/08/15
- bug#36957: [PATCH 5/5] remote: Use (%daemon-socket-uri) rather than hard-coded path., Christopher Lemmer Webber, 2019/08/15
- [bug#36957] [PATCH 1/5] machine: Allow non-root users to deploy., Ricardo Wurmus, 2019/08/15
- [bug#36957] [PATCH 1/5] machine: Allow non-root users to deploy., Jakob L. Kreuze, 2019/08/15
- [bug#36957] [PATCH v3] machine: Allow non-root users to deploy., Jakob L. Kreuze, 2019/08/08