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-230-g6ede17c


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.5-230-g6ede17c
Date: Sun, 09 Feb 2014 23:05:51 +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  6ede17ca69a68457c7492601e24ef02fb62487f8 (commit)
       via  2de227af4bca7204e93f48d52555d576c25f1ca9 (commit)
      from  06d275f67f9ad58ea041f3e31add95fe48631f50 (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 6ede17ca69a68457c7492601e24ef02fb62487f8
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 10 00:05:39 2014 +0100

    union: Do not compare directories upon collision.
    
    * guix/build/union.scm (file=?): Return #f if FILE1 and FILE2 are not
      regular files.  Fixes a bug whereby collisions among directories would
      lead to the invocation of 'file=?' and thus 'call-with-input-file' on
      directories.  Reported by Mark H. Weaver <address@hidden>.

commit 2de227af4bca7204e93f48d52555d576c25f1ca9
Author: Ludovic Courtès <address@hidden>
Date:   Mon Feb 10 00:03:34 2014 +0100

    download: Provide a 'User-Agent' field in HTTP requests.
    
    Fixes <http://bugs.gnu.org/16703>.
    Reported by Raimon Grau <address@hidden>.
    
    * guix/build/download.scm (http-fetch)[headers]: New variable.
      Pass it as #:headers or #:extra-headers to 'http-get' and
      'http-get*'.

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

Summary of changes:
 guix/build/download.scm |   17 +++++++++++++----
 guix/build/union.scm    |   37 +++++++++++++++++++++----------------
 2 files changed, 34 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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