guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, master, updated. v0.5-12-gca6c4fa


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-12-gca6c4fa
Date: Sat, 14 Dec 2013 15:33:45 +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  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 <address@hidden>
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 <address@hidden>
Date:   Sat Dec 14 00:40:15 2013 +0100

    pull: Limit memory usage when compiling.
    
    Reported by Arne Babenhauserheide <address@hidden>.
    
    * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]