~ruther/guix-local

bc1ad4e3 — Ludovic Courtès 9 years ago
offload: Drop 'remote-pipe'.

* guix/scripts/offload.scm (remote-pipe): Remove.
(machine-load): Use 'open-remote-pipe*' instead of 'remote-pipe'.
cf283dd9 — Ludovic Courtès 9 years ago
offload: Rewrite to make direct RPCs to the remote daemon.

* guix/scripts/offload.scm (<build-machine>)[daemon-socket]: New field.
(connect-to-remote-daemon): New procedure.
(%gc-root-file, register-gc-root, remove-gc-roots, offload): Remove.
(transfer-and-offload): Rewrite using 'connect-to-remote-daemon' and
RPCs over SSH.
(store-import-channel, store-export-channel): New procedures.
(send-files, retrieve-files): Rewrite using these.
e8a5db80 — Ludovic Courtès 9 years ago
offload: Remove 'with-nar-error-handling' macro.

* guix/scripts/offload.scm (with-nar-error-handling): Remove.
(guix-offload): Use 'with-error-handling' instead.
6230d6f0 — Ludovic Courtès 9 years ago
store: 'open-connection' can taken an open port.

* guix/store.scm (open-unix-domain-socket): New procedure.
(open-connection): Add #:port parameter and honor it.
9e76eed3 — Ludovic Courtès 9 years ago
offload: Reuse SSH session during 'transfer-and-offload'.

* guix/scripts/offload.scm (remote-pipe): Replace 'machine' parameter
with 'session'.  Remove 'open-ssh-session' call.
(register-gc-root): Replace 'machine' with 'session'.  Use '
session-get' instead of 'build-machine-name'.
(remove-gc-roots, offload, send-files, retrieve-files): Likewise.
(transfer-and-offload): Add 'open-ssh-session' call.  Handle 'offload'
errors here.
(machine-load): Add call to 'open-ssh-session'.
21531add — Ludovic Courtès 12 years ago
offload: Use Guile-SSH instead of GNU lsh.

* guix/scripts/offload.scm (<build-machine>)[ssh-options]: Remove.
[host-key, host-key-type]: New fields.
(%lsh-command, %lshg-command, user-lsh-private-key): Remove.
(user-openssh-private-key, private-key-from-file*): New procedures.
(host-key->type+key, open-ssh-session): New procedures.
(remote-pipe): Remove 'mode' parameter.  Rewrite in terms of
'open-ssh-session' etc.  Update users.
(send-files)[missing-files]: Rewrite using the bidirectional channel
port.
Remove call to 'call-with-compressed-output-port'.
(retrieve-files): Remove call to 'call-with-decompressed-port'.
(machine-load): Remove exit status logic.
* doc/guix.texi (Requirements): Mention Guile-SSH.
(Daemon Offload Setup): Document 'host-key' and 'private-key'.  Show the
default value on each @item line.
* m4/guix.m4 (GUIX_CHECK_GUILE_SSH): New macro.
* config-daemon.ac: Use 'GUIX_CHECK_GUILE_SSH'.  Set
'HAVE_DAEMON_OFFLOAD_HOOK' as a function of that.
6634180f — Ludovic Courtès 9 years ago
gnu: guile-ssh: Update to 0.10.2.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.10.2.
[home-page]: Update.
[source]: Use the 'url-fetch' method and a GitHub generated
tarball.
[arguments] <autoreconf>: Remove now unneeded 'chmod' call.
7276b560 — Ricardo Wurmus 9 years ago
gnu: hydrogen: Update to 0.9.7.

* gnu/packages/music.scm (hydrogen): Update to 0.9.7.
d66cbd1a — Tobias Geerinckx-Rice 9 years ago
gnu: btrfs-progs: Update to 4.8.4.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.4.
fc89cb69 — Tobias Geerinckx-Rice 9 years ago
gnu: lz4: Update to 1.7.4.2.

* gnu/packages/compression.scm (lz4): Update to 1.7.4.2.
dead1067 — Tobias Geerinckx-Rice 9 years ago
gnu: hplip: Update to 3.16.11.

* gnu/packages/cups.scm (hplip): Update to 3.16.11.
aaaf8b38 — Ricardo Wurmus 9 years ago
gnu: qtractor: Update to 0.8.0.

* gnu/packages/music.scm (qtractor): Update to 0.8.0.
1e347214 — Alex Kost 9 years ago
gnu: qemu: Install all required info files.

* gnu/packages/qemu.scm (qemu)[arguments]: Adjust 'install-info' phase
to find all info files (including "*.info-N").
8f528bd4 — Theodoros Foradis 9 years ago
gnu: Add kicad-library.

* gnu/packages/engineering.scm (kicad-library): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
befc9ff6 — Theodoros Foradis 9 years ago
gnu: Add kicad.

* gnu/packages/engineering.scm (kicad): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
b353c7d2 — Theodoros Foradis 9 years ago
gnu: Add python2-wxpython.

* gnu/packages/wxwidgets.scm (python2-wxpython): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2cd3b6fd — Theodoros Foradis 9 years ago
gnu: Add wxwidgets-gtk2.

* gnu/packages/wxwidgets.scm (wxwidgets-gtk2): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
88d45b74 — Leo Famulari 9 years ago
gnu: nginx: Update to 1.11.6.

* gnu/packages/web.scm (nginx): Update to 1.11.6.
[arguments]: Remove the obsolete option --with-ipv6 from #:configure-flags.
e0f8a520 — Tobias Geerinckx-Rice 9 years ago
gnu: miniupnpc: Improve synopsis and description.

* gnu/packages/upnp.scm (miniupnp)[synopsis, description]: Edit, fix typos,
add some relevant (search) terms from the home page, and expand acronyms.
5af82630 — Tobias Geerinckx-Rice 9 years ago
gnu: miniupnpc: Use the correct ‘upnpc’ in ‘external-ip’.

* gnu/packages/upnp.scm (miniupnpc)[arguments]: Add ‘qualify-paths’ phase.
Next