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  e0fbbc889d724678e9e310432ad3a3fb8345cf9a (commit)
       via  dab5d51be739d23d8ce98f15d195c8e3c91bbd7e (commit)
       via  30dd831083339483771d8bcc0bdecd1f447bbcfd (commit)
      from  8e77f41ede94be3e3a80f0f19810aac954609eb7 (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 e0fbbc889d724678e9e310432ad3a3fb8345cf9a
Author: Ludovic Courtès <l...@gnu.org>
Date:   Mon Apr 29 23:25:19 2013 +0200

    substitute-binary: Support decompression from non-file ports.
    
    * guix/scripts/substitute-binary.scm (filtered-port): Move to utils.scm.
      (decompressed-port): Upon "none", return '() as the second value.
      (guix-substitute-binary): Expect `decompressed-port' to return a list
      of PIDs as its second value.
    * guix/utils.scm (filtered-port): New procedure.  Add case for when
      INPUT is not `file-port?'.
    * tests/utils.scm ("filtered-port, file", "filtered-port, non-file"):
      New tests.

commit dab5d51be739d23d8ce98f15d195c8e3c91bbd7e
Author: Ludovic Courtès <l...@gnu.org>
Date:   Mon Apr 29 22:00:24 2013 +0200

    build: Add silent-rules machinery for `guild compile'.
    
    * Makefile.am (AM_V_GUILEC, AM_V_GUILEC_, AM_V_GUILEC_0): New
      variables.
      (.scm.go): Use $(AM_V_GUILEC).

commit 30dd831083339483771d8bcc0bdecd1f447bbcfd
Author: Ludovic Courtès <l...@gnu.org>
Date:   Mon Apr 29 21:52:21 2013 +0200

    build: Replace *.log in `CLEANFILES' by the exact list of files.
    
    * Makefile.am (SCM_TESTS, SH_TESTS): New variables.
      (TESTS): Use them.
      (CLEANFILES): Replace *.log by $(SCM_TESTS:%.scm=%.log).

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                        |   18 ++++++++++---
 guix/scripts/substitute-binary.scm |   22 ++--------------
 guix/utils.scm                     |   48 +++++++++++++++++++++++++++++++++++-
 tests/utils.scm                    |   27 ++++++++++++++++++++
 4 files changed, 91 insertions(+), 24 deletions(-)


hooks/post-receive
-- 
guix source archive

Reply via email to