[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.2-226-g2096b51
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.2-226-g2096b51 |
Date: |
Fri, 12 Jul 2013 21:32:56 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 2096b516e03cf9741d6e257fbfb4700c169abbd0 (commit)
via e14c39291bb55ba336cb3fc2c44224154c8500c0 (commit)
via e3ccdf9e963c1ec00f8dcf8cc859ab4615b978c4 (commit)
via 1f495e04c16836c825618af815d4b17f93a6193a (commit)
via 8e5e7299d190e10238e020e36f4b1c036f32d949 (commit)
from f50ad3e7773cf0b0c46f10131c5b73d5f4478c14 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2096b516e03cf9741d6e257fbfb4700c169abbd0
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 23:27:35 2013 +0200
guix package: Fix handling of `-e'.
This fixes a bug whereby a command like
guix package -e '(@@ (gnu packages base) gnu-make-boot0)'
would only succeed when the outputs of that package are available, and
otherwise fail with "/nix/store/... is not valid".
* guix/scripts/package.scm (guix-package)[process-action](package->tuple):
Leave P as is in the result. Move `package->tuple' call from INSTALL*
to INSTALL.
commit e14c39291bb55ba336cb3fc2c44224154c8500c0
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 23:01:07 2013 +0200
ui: Ignore SIGPIPE and catch `system-error' exceptions.
* guix/ui.scm (initialize-guix): Call `sigaction'.
(call-with-error-handling): Wrap `thunk' in a (catch 'system-error ...).
commit e3ccdf9e963c1ec00f8dcf8cc859ab4615b978c4
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 22:59:33 2013 +0200
guix package: Reuse FTP connections for subsequent `latest-release' calls.
* guix/gnu-maintenance.scm (latest-release): Add `ftp-close' and
`ftp-open' keyword parameters.
* guix/scripts/package.scm (ftp-open*): New variable.
(check-package-freshness): Call `latest-release' with `ftp-open*' and
a no-op procedure.
commit 1f495e04c16836c825618af815d4b17f93a6193a
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 22:26:24 2013 +0200
gnu-maintenance: `latest-release' closes its connection.
* guix/gnu-maintenance.scm (latest-release): Close CONN before
returning.
commit 8e5e7299d190e10238e020e36f4b1c036f32d949
Author: Ludovic Courtès <address@hidden>
Date: Fri Jul 12 22:25:30 2013 +0200
gnu: plotutils: Allow compilation with newer libpng.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/patches/plotutils-libpng-jmpbuf.patch: New file.
* gnu/packages/plotutils.scm (plotutils): Add
`plotutils-libpng-jmpbuf.patch' as an input, and apply it.
-----------------------------------------------------------------------
Summary of changes:
gnu-system.am | 5 ++-
gnu/packages/patches/plotutils-libpng-jmpbuf.patch | 23 ++++++++++++++++++++
gnu/packages/plotutils.scm | 8 +++++-
guix/gnu-maintenance.scm | 14 ++++++++---
guix/scripts/package.scm | 17 +++++++++++---
guix/ui.scm | 12 +++++++++-
6 files changed, 66 insertions(+), 13 deletions(-)
create mode 100644 gnu/packages/patches/plotutils-libpng-jmpbuf.patch
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.2-226-g2096b51,
Ludovic Courtès <=