[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (7276b56 -> bc1ad4e)
From: |
Ludovic Courtès |
Subject: |
branch master updated (7276b56 -> bc1ad4e) |
Date: |
Fri, 25 Nov 2016 22:45:43 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 7276b56 gnu: hydrogen: Update to 0.9.7.
new 6634180 gnu: guile-ssh: Update to 0.10.2.
new 21531ad offload: Use Guile-SSH instead of GNU lsh.
new 9e76eed offload: Reuse SSH session during 'transfer-and-offload'.
new 6230d6f store: 'open-connection' can taken an open port.
new e8a5db8 offload: Remove 'with-nar-error-handling' macro.
new cf283dd offload: Rewrite to make direct RPCs to the remote daemon.
new bc1ad4e offload: Drop 'remote-pipe'.
The 7 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:
config-daemon.ac | 18 +-
doc/guix.texi | 71 ++++--
gnu/packages/ssh.scm | 17 +-
guix/scripts/offload.scm | 584 ++++++++++++++++++++--------------------------
guix/store.scm | 58 +++--
m4/guix.m4 | 18 ++
6 files changed, 381 insertions(+), 385 deletions(-)
- branch master updated (7276b56 -> bc1ad4e),
Ludovic Courtès <=
- 04/07: store: 'open-connection' can taken an open port., Ludovic Courtès, 2016/11/25
- 05/07: offload: Remove 'with-nar-error-handling' macro., Ludovic Courtès, 2016/11/25
- 07/07: offload: Drop 'remote-pipe'., Ludovic Courtès, 2016/11/25
- 01/07: gnu: guile-ssh: Update to 0.10.2., Ludovic Courtès, 2016/11/25
- 03/07: offload: Reuse SSH session during 'transfer-and-offload'., Ludovic Courtès, 2016/11/25
- 02/07: offload: Use Guile-SSH instead of GNU lsh., Ludovic Courtès, 2016/11/25
- 06/07: offload: Rewrite to make direct RPCs to the remote daemon., Ludovic Courtès, 2016/11/25