guix/guix
Ludovic Courtès 987a29ba43
Add (guix ssh) module.
* guix/scripts/offload.scm (connect-to-remote-daemon)
(store-import-channel, store-export-channel, send-files)
(retrieve-files): Move to (guix ssh).
(nonce): Add optional 'name' parameter and use it.
(retrieve-files*): New procedure.
(transfer-and-offload): Use it instead of 'retrieve-files', and add
first parameter to 'send-files'.
(assert-node-can-import): Likewise.
(assert-node-can-export): Use 'retrieve-files' instead of
'store-export-channel'.
* guix/ssh.scm: New file.
* configure.ac: Use 'GUIX_CHECK_GUILE_SSH' and define 'HAVE_GUILE_SSH'
Automake conditional.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/ssh.scm.
2016-12-31 01:44:04 +01:00
..
build download: Protect against dangling symlinks in $SSL_CERT_DIR. 2016-12-16 18:00:01 +01:00
build-system build-system: Add cargo build system. 2016-12-14 16:30:42 +01:00
import import: elpa: Import dependencies as propagated-inputs 2016-12-29 18:22:49 +01:00
scripts Add (guix ssh) module. 2016-12-31 01:44:04 +01:00
tests tests: Move HTTP server to (guix tests http). 2016-11-16 18:00:41 +01:00
base32.scm
base64.scm
build-system.scm
combinators.scm
config.scm.in
cpio.scm
cve.scm
cvs-download.scm
derivations.scm derivations: Add 'raw-derivation'. 2016-11-19 18:44:53 +01:00
download.scm derivations: Add 'raw-derivation'. 2016-11-19 18:44:53 +01:00
elf.scm
ftp-client.scm
gcrypt.scm
gexp.scm gexp: Slightly simplify 'gexp-inputs'. 2016-12-19 17:51:00 +01:00
git-download.scm
gnu-maintenance.scm gnu-maintenance: Add kernel.org updater. 2016-11-30 17:35:21 +01:00
gnupg.scm
grafts.scm
graph.scm graph: Add d3js backend. 2016-12-14 21:58:32 +01:00
hash.scm
hg-download.scm
http-client.scm http-client: Add #:verify-certificate? to 'http-fetch'. 2016-11-12 13:04:45 +01:00
licenses.scm licenses: Export fdl1.2+. 2016-11-01 00:05:22 +00:00
modules.scm
monad-repl.scm
monads.scm
nar.scm
packages.scm
pk-crypto.scm
pki.scm
profiles.scm profiles: Remove dependency on 'glibc-utf8-locales' for tests. 2016-12-17 14:46:42 +01:00
records.scm
scripts.scm
search-paths.scm
serialization.scm
sets.scm
ssh.scm Add (guix ssh) module. 2016-12-31 01:44:04 +01:00
store.scm store: 'open-connection' no longer raises '&nar-error' for protocol errors. 2016-12-08 23:12:11 +01:00
svn-download.scm
tests.scm
ui.scm guix package: Display newline after generation diffs. 2016-11-17 23:49:29 +01:00
upstream.scm upstream: Determine archive type correctly. 2016-12-15 05:57:03 +01:00
utils.scm gnu: cross-base: Add i686-w64-mingw32 target. 2016-12-07 10:23:16 +01:00
zlib.scm