unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
@ 2018-11-05  5:16 Maxim Cournoyer
  2018-11-05 20:46 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2018-11-05  5:16 UTC (permalink / raw)
  To: 33267

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

Hi!

The following small issue caught my eye while I was reading the code.

Maxim


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ssh-Honor-the-SOCKET-NAME-argument-of-connect-to-rem.patch --]
[-- Type: text/x-patch, Size: 993 bytes --]

From dd6d3ee8bec3a99fd178a8efddfa417fbed72a66 Mon Sep 17 00:00:00 2001
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Date: Mon, 5 Nov 2018 00:01:47 -0500
Subject: [PATCH] ssh: Honor the SOCKET-NAME argument of
 connect-to-remote-daemon.

* guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to
the `open-connection' call so that it is honored.
---
 guix/ssh.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/ssh.scm b/guix/ssh.scm
index da20d4d8d..25ec8295e 100644
--- a/guix/ssh.scm
+++ b/guix/ssh.scm
@@ -161,7 +161,7 @@ Throw an error on failure."
                                     "/var/guix/daemon-socket/socket"))
   "Connect to the remote build daemon listening on SOCKET-NAME over SESSION,
 an SSH session.  Return a <nix-server> object."
-  (open-connection #:port (remote-daemon-channel session)))
+  (open-connection #:port (remote-daemon-channel session socket-name)))
 
 
 (define (store-import-channel session)
-- 
2.19.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
  2018-11-05  5:16 [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon Maxim Cournoyer
@ 2018-11-05 20:46 ` Ludovic Courtès
  2018-11-06  2:30   ` Maxim Cournoyer
  2018-11-06  2:30   ` bug#33267: " Maxim Cournoyer
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2018-11-05 20:46 UTC (permalink / raw)
  To: Maxim Cournoyer; +Cc: 33267

Hi Maxim,

Maxim Cournoyer <maxim.cournoyer@gmail.com> skribis:

>>From dd6d3ee8bec3a99fd178a8efddfa417fbed72a66 Mon Sep 17 00:00:00 2001
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> Date: Mon, 5 Nov 2018 00:01:47 -0500
> Subject: [PATCH] ssh: Honor the SOCKET-NAME argument of
>  connect-to-remote-daemon.
>
> * guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to
> the `open-connection' call so that it is honored.

Good catch!  LGTM.

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
  2018-11-05 20:46 ` Ludovic Courtès
@ 2018-11-06  2:30   ` Maxim Cournoyer
  2018-11-06  2:30   ` bug#33267: " Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2018-11-06  2:30 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 33267

ludo@gnu.org (Ludovic Courtès) writes:

[...]

>> * guix/ssh.scm (connect-to-remote-daemon): Pass the `socket-name' variable to
>> the `open-connection' call so that it is honored.
>
> Good catch!  LGTM.

Pushed as 2e4d83398. Thanks!

Maxim

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33267: [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon.
  2018-11-05 20:46 ` Ludovic Courtès
  2018-11-06  2:30   ` Maxim Cournoyer
@ 2018-11-06  2:30   ` Maxim Cournoyer
  1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2018-11-06  2:30 UTC (permalink / raw)
  To: 33267-done

Closing.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-11-06  2:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-05  5:16 [bug#33267] [PATCH] ssh: Honor the SOCKET-NAME argument of connect-to-remote-daemon Maxim Cournoyer
2018-11-05 20:46 ` Ludovic Courtès
2018-11-06  2:30   ` Maxim Cournoyer
2018-11-06  2:30   ` bug#33267: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).