~ruther/guix-local

61684de2 — Danny Milosavljevic 9 years ago
gnu: python-pyopenssl: Update to 16.2.0.

* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
b2e6e150 — Danny Milosavljevic 9 years ago
gnu: python-simplejson: Update to 3.10.0.

* gnu/packages/python.scm (python-simplejson): Update to 3.10.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
5aed7f10 — 宋文武 9 years ago
pull: Add guile-ssh to the dependencies.

Fix regression introduced in 9e76eed.

* build-aux/build-self.scm (guile-ssh): New variable.
(build)[builder]: Add 'guile-ssh' to %load-path and %load-compiled-path.
faa29e4b — nikita 9 years ago
gnu: Add mumble.

* gnu/packages/telephony.scm (mumble): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
4f55441f — Marius Bakke 9 years ago
gnu: transmission: Update to 2.92.

* gnu/packages/bittorrent.scm (transmission): Update to 2.92.
[inputs]: Add cyrus-sasl.
5e0a0f42 — Ben Woodcroft 9 years ago
gnu: roary: Update to 3.7.0.

* gnu/packages/bioinformatics.scm (roary): Update to 3.7.0.
31a9d653 — Ben Woodcroft 9 years ago
gnu: Add proteinortho.

* gnu/packages/bioinformatics.scm (proteinortho): New variable.
d3eff97a — Julien Lepiller 9 years ago
gnu: Add python-polib.

* gnu/packages/python.scm (python-polib, python2-polib): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
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'.
Next