guix-commits
[Top][All Lists]
Advanced

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

[SCM] guix source archive branch, master, updated. v0.1-294-ge967678


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-294-ge967678
Date: Mon, 15 Apr 2013 21:46:29 +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  e967678ed1f1d7e765adc4bfc7d2a79ee9677b21 (commit)
       via  0c357a088bb0b267df9d9bde486e6603f66cd029 (commit)
       via  eba783b7b20cbf84dfd0a04bc19e3bebbc9a30fc (commit)
      from  63b7c6c1f82486604abd6e3b6a6e14643d1f6621 (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 e967678ed1f1d7e765adc4bfc7d2a79ee9677b21
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 15 23:27:04 2013 +0200

    substitute-binary: Skip servers that use a different store prefix.
    
    * guix/scripts/substitute-binary.scm (fetch-narinfo): Return #f when
      CACHE uses a store directory different from (%store-prefix).

commit 0c357a088bb0b267df9d9bde486e6603f66cd029
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 15 23:42:42 2013 +0200

    substitute-binary: Call `open-cache' only when needed.
    
    * guix/scripts/substitute-binary.scm (lookup-narinfo): Force CACHE when
      passing it to `fetch-narinfo'.
      (guix-substitute-binary): Delay calls to `open-cache'.

commit eba783b7b20cbf84dfd0a04bc19e3bebbc9a30fc
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 15 23:42:27 2013 +0200

    substitute-binary: Add a local cache.
    
    * guix/scripts/substitute-binary.scm (%narinfo-cache-directory,
      %narinfo-ttl, %narinfo-negative-ttl): New variables.
      (with-atomic-file-output, object->fields, read-narinfo,
      write-narinfo, narinfo->string, string->narinfo, lookup-narinfo): New
      procedures.
      (fetch-narinfo): Adjust to use `read-narinfo'.
      (guix-substitute-binary): Ensure the existence of
      %NARINFO-CACHE-DIRECTORY.  Use `lookup-narinfo' instead of
      `fetch-narinfo'.

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

Summary of changes:
 guix/scripts/substitute-binary.scm |  167 ++++++++++++++++++++++++++++++++---
 test-env.in                        |    6 +-
 tests/store.scm                    |    6 ++
 3 files changed, 163 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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