[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (ba97e45 -> 285f63e)
From: |
Ludovic Courtès |
Subject: |
branch master updated (ba97e45 -> 285f63e) |
Date: |
Fri, 21 Apr 2017 13:18:52 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from ba97e45 offload: Avoid using '_' as a 'match' pattern.
new 615c529 ssh: Move 'open-ssh-session' to (guix ssh).
new e537833 ssh: Decompose 'connect-to-remote-daemon'.
new 285f63e store: Support 'ssh://' URIs in 'GUIX_DAEMON_SOCKET'.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile.am | 3 +-
doc/guix.texi | 21 +++++++++
guix/scripts/copy.scm | 41 +---------------
guix/ssh.scm | 83 +++++++++++++++++++++++++++------
guix/store.scm | 22 +++++++--
tests/workers.scm => guix/store/ssh.scm | 42 +++++++----------
6 files changed, 129 insertions(+), 83 deletions(-)
copy tests/workers.scm => guix/store/ssh.scm (55%)
- branch master updated (ba97e45 -> 285f63e),
Ludovic Courtès <=