summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-11-24 15:59:26 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-24 19:52:16 +0100
commitbb640d6133dea0ede7e80db9ca64a9b2e451317a (patch)
treef2c9e50f3e8d9e65d8a156072e23079f9955da3e /doc/guix.texi
parent1b3083267cbacc9ef48bbc9ff95864065894b082 (diff)
downloadgnu-guix-bb640d6133dea0ede7e80db9ca64a9b2e451317a.tar
gnu-guix-bb640d6133dea0ede7e80db9ca64a9b2e451317a.tar.gz
daemon: Ignore '--keep-failed' for TCP/IP clients.
* nix/nix-daemon/nix-daemon.cc (performOp) <wopSetOptions>: When 'isRemoteConnection' is true, set 'settings.keepFailed' to zero. * doc/guix.texi (Common Build Options): Document this behavior.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index e783c16365..a2af1e9cbd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6229,6 +6229,10 @@ the end of the build log. This is useful when debugging build issues.
@xref{Debugging Build Failures}, for tips and tricks on how to debug
build issues.
+This option has no effect when connecting to a remote daemon with a
+@code{guix://} URI (@pxref{The Store, the @code{GUIX_DAEMON_SOCKET}
+variable}).
+
@item --keep-going
@itemx -k
Keep going when some of the derivations fail to build; return only once