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 ca6c4fa190e95efba7ade83a0decb19de084f4f5 (commit)
via 0c2e1dd45d5da2c23b3cc11a1903d01f7027da1c (commit)
from 98a046cd2520e643e77daaded7a0271efcd9658e (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 ca6c4fa190e95efba7ade83a0decb19de084f4f5
Author: Ludovic Courtès <[email protected]>
Date: Sat Dec 14 16:31:01 2013 +0100
pull: Compile files in parallel.
* guix/scripts/pull.scm (unpack)[builder](compile-file*): Remove.
(call-with-process, p-for-each): New procedures. Use them to compile
files in parallel.
commit 0c2e1dd45d5da2c23b3cc11a1903d01f7027da1c
Author: Ludovic Courtès <[email protected]>
Date: Sat Dec 14 00:40:15 2013 +0100
pull: Limit memory usage when compiling.
Reported by Arne Babenhauserheide <[email protected]>.
* guix/scripts/pull.scm (unpack)[builder](compile-file*): Change to run
'compile-file' in a child process. This limits memory usage; before
that memory usage was proportional to the number of files to compile.
-----------------------------------------------------------------------
Summary of changes:
guix/scripts/pull.scm | 97 ++++++++++++++++++++++++++++---------------------
1 files changed, 56 insertions(+), 41 deletions(-)
hooks/post-receive
--
guix source archive