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.4-202-gf80594c


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.4-202-gf80594c
Date: Tue, 12 Nov 2013 23:29:13 +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  f80594cc41d7ad491f14a73d594228bacafdc871 (commit)
       via  9336e5b5e7b05e636b147aba2c97357620711c2a (commit)
       via  e387ab7c10b18427b97cd22526f1b135856a083e (commit)
       via  56b943de6e61f41d6ebd2dfa65ff886cdfd83759 (commit)
      from  be0f611208b4e6d730991267f69f9effe703e32f (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 f80594cc41d7ad491f14a73d594228bacafdc871
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 12 23:44:47 2013 +0100

    packages: Suitably cope with indirect store paths as package sources.
    
    * guix/packages.scm (package-source-derivation): Don't let indirect
      store paths pass through.
    * tests/packages.scm ("package-source-derivation, indirect store path"):
      New test.

commit 9336e5b5e7b05e636b147aba2c97357620711c2a
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 12 23:36:29 2013 +0100

    store: Make 'direct-store-path?' public.
    
    * guix/store.scm (direct-store-path?): New procedure.
    * guix/derivations.scm (derivation)[direct-store-path?]: Remove.
    * tests/store.scm ("direct-store-path?"): New test.

commit e387ab7c10b18427b97cd22526f1b135856a083e
Author: Ludovic Courtès <address@hidden>
Date:   Wed Nov 13 00:25:57 2013 +0100

    derivations: Add 'map-derivation'.
    
    * guix/derivations.scm (map-derivation): New procedure.
    * tests/derivations.scm ("map-derivation"): New test.

commit 56b943de6e61f41d6ebd2dfa65ff886cdfd83759
Author: Ludovic Courtès <address@hidden>
Date:   Tue Nov 12 22:56:13 2013 +0100

    utils: Add 'string-replace-substring'.
    
    * guix/utils.scm (string-replace-substring): New procedure.  Based on
      code by Mark H. Weaver.
    * tests/utils.scm ("string-replace-substring"): New test.

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

Summary of changes:
 guix/derivations.scm  |  106 ++++++++++++++++++++++++++++++++++++++++++++----
 guix/packages.scm     |    2 +-
 guix/store.scm        |    9 ++++
 guix/utils.scm        |   24 +++++++++++
 tests/derivations.scm |   30 ++++++++++++++
 tests/packages.scm    |   11 +++++
 tests/store.scm       |    9 ++++
 tests/utils.scm       |    8 ++++
 8 files changed, 189 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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