[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#36957] [PATCH 5/5] remote: Use (%daemon-socket-uri) rather than har
From: |
Jakob L. Kreuze |
Subject: |
[bug#36957] [PATCH 5/5] remote: Use (%daemon-socket-uri) rather than hard-coded path. |
Date: |
Thu, 15 Aug 2019 04:08:22 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) |
* guix/remote.scm (remote-eval): Use (%daemon-socket-uri) as the default
value of 'socket-name' rather than hard-coded path.
---
guix/remote.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/remote.scm b/guix/remote.scm
index d8124e41ab..ae2fe17dd2 100644
--- a/guix/remote.scm
+++ b/guix/remote.scm
@@ -106,7 +106,7 @@ result to the current output port using the (guix repl)
protocol."
(build-locally? #t)
(system (%current-system))
(module-path %load-path)
- (socket-name "/var/guix/daemon-socket/socket")
+ (socket-name (%daemon-socket-uri))
(become-command #f))
"Evaluate EXP, a gexp, on the host at SESSION, an SSH session. Ensure that
all the elements EXP refers to are built and deployed to SESSION beforehand.
--
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, 2019/08/15
- [bug#36957] [PATCH 5/5] remote: Use (%daemon-socket-uri) rather than hard-coded path.,
Jakob L. Kreuze <=
- 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