~ruther/guix-local

fc5dc4e8 — John Darrington 9 years ago
gnu: Whitespace changes

* gnu/services/kerberos.scm: Fold lines to 80 character limit.
75675e45 — nikita 9 years ago
mailmap: Associate all commits by ng0 with ng0.

Signed-off-by: Leo Famulari <leo@famulari.name>
53d892dd — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.6-6 [fixes CVE-2016-9556].

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-6.
c940b8e6 — 宋文武 9 years ago
doc: mysql-configuration: Fix typo.

* doc/guix.texi (Database Services): Fix typo of 'mysql-configuration'.
f88371e8 — 宋文武 9 years ago
services: Add opensmtpd service.

* gnu/services/mail.scm (<opensmtpd-configuration>): New record type.
(%default-opensmtpd-config-file, %opensmtpd-accounts): New variables.
(opensmtpd-shepherd-service, opensmtpd-activation): New procedures.
(opensmtpd-service-type): New variable.
* doc/guix.texi (Mail Services): Document it.
0959478c — Leo Famulari 9 years ago
gnu: Add missing module import to (gnu packages ldc).

This is a followup to commit e44b511298590ecc87c2c85d1cbc043a638dd1e0.

* gnu/packages/ldc.scm: Import (gnu packages python).
e44b5112 — Danny Milosavljevic 9 years ago
gnu: ldc: Update to 0.17.2.

* gnu/packages/ldc.scm (ldc): Update to 0.17.2.
* gnu/packages/patches/ldc-disable-tests.patch: Fix timezone file name.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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").
Next