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-400-g8b7af63


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-400-g8b7af63
Date: Mon, 24 Mar 2014 21:32:11 +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  8b7af63754945c04a1046c9701d5257a7277a95a (commit)
       via  01ac19dca4318d577cf3bef53cfe6af590f0e5f8 (commit)
       via  80dea563a3dad98bda60385188509ca79a3651f8 (commit)
      from  6ef91c8fc0798de87bc2fe3852f6dad5e6429cd4 (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 8b7af63754945c04a1046c9701d5257a7277a95a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 24 22:20:54 2014 +0100

    offload: Compress files being sent/retrieved.
    
    * guix/scripts/offload.scm (send-files): Add "xz -dc |" to the remote
      pipe command.  Pass PIPE through 'call-with-compressed-output-port'.
      Remove 'close-pipe' call.
      (retrieve-files): Add "| xz -c" to the remote pipe command.  Pass PIPE
      through 'call-with-decompressed-port'.  Remove 'close-pipe' call.

commit 01ac19dca4318d577cf3bef53cfe6af590f0e5f8
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 24 22:15:29 2014 +0100

    utils: Add 'call-with-decompressed-port' and 
'call-with-compressed-output-port'.
    
    * guix/utils.scm (call-with-decompressed-port,
      call-with-compressed-output-port): New procedures.
    * tests/utils.scm ("compressed-output-port + decompressed-port"):
      Rewrite to use them.

commit 80dea563a3dad98bda60385188509ca79a3651f8
Author: Ludovic Courtès <address@hidden>
Date:   Mon Mar 24 21:09:15 2014 +0100

    utils: Add 'filtered-output-port' and 'compressed-output-port'.
    
    * guix/utils.scm (filtered-output-port, compressed-output-port): New
      procedures.
    * tests/utils.scm ("compressed-output-port + decompressed-port"): New
      test.

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

Summary of changes:
 .dir-locals.el           |    2 +
 guix/scripts/offload.scm |   38 +++++++++++++---------
 guix/utils.scm           |   79 +++++++++++++++++++++++++++++++++++++++++++++-
 tests/utils.scm          |   12 +++++++
 4 files changed, 114 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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