[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.1-253-g128663e
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.1-253-g128663e |
Date: |
Fri, 22 Mar 2013 22:15:44 +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 128663e4c8e8e3c2a56686c6018641ce7bcf92da (commit)
via 238f739777f3634c3a987d834519d692216027d0 (commit)
from b6a64843c6d651903bf6bee4cd029f5ac48c0858 (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 128663e4c8e8e3c2a56686c6018641ce7bcf92da
Author: Ludovic Courtès <address@hidden>
Date: Fri Mar 22 22:58:19 2013 +0100
store: Really disable file name canonicalization for derivation inputs.
* guix/store.scm (write-contents)[call-with-binary-input-file]: Set
%FILE-PORT-NAME-CANONICALIZATION to #f.
* gnu/packages.scm (search-patch, search-bootstrap-binary): Leave
%FILE-PORT-NAME-CANONICALIZATION unchanged. This reverts 9776ebb.
commit 238f739777f3634c3a987d834519d692216027d0
Author: Ludovic Courtès <address@hidden>
Date: Fri Mar 22 22:51:41 2013 +0100
store: Use `sendfile' when available.
* guix/store.scm (write-contents)[call-with-binary-input-file]: New
procedure.
Use `sendfile' instead of `dump' when available. Add `size'
parameter.
(write-file): Update caller.
-----------------------------------------------------------------------
Summary of changes:
gnu/packages.scm | 8 +++-----
guix/store.scm | 32 ++++++++++++++++++++++----------
2 files changed, 25 insertions(+), 15 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.1-253-g128663e,
Ludovic Courtès <=