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-129-g4dede02


From: Ludovic Courtès
Subject: [SCM] guix source archive branch, master, updated. v0.1-129-g4dede02
Date: Wed, 06 Feb 2013 22:04:15 +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  4dede022fd551615de219629f8b7652905855d4a (commit)
       via  1be77eac08d33a316d0dd179fcfc2a8a6558aaf5 (commit)
       via  6211223021cdb477e93d7ba789d5a0119ffb4bd4 (commit)
       via  44ce77ff52b0456e71ccaabbf3900e71d7a5841f (commit)
       via  8dc2ecfcd915f8834c9b3d8b9821ac1d58dd664c (commit)
      from  c23e9e48b734b9d28480e76e6265bc342f78e650 (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 4dede022fd551615de219629f8b7652905855d4a
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 6 23:01:04 2013 +0100

    guix-package: Install propagated inputs.
    
    * guix-package.in (profile-manifest): Return "version 1" manifests.
      (manifest-packages): Likewise.  When MANIFEST is "version 0", add
      '() as the list of "propagated inputs" of each package.
      (profile-derivation): Produce "version 1" manifests.  Pass each
      PACKAGES item's propagated inputs as an input for BUILDER.
      (input->name+path): New procedure.
      (guix-package)[find-package]: Add the transitive propagated inputs of
      each selected package as the last item of the tuple.
      [canonicalize-deps]: New procedure.
      [process-actions]: Adjust to support propagated inputs as the last item.
      [process-query]: Likewise.

commit 1be77eac08d33a316d0dd179fcfc2a8a6558aaf5
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 6 22:52:50 2013 +0100

    union: Don't warn when colliding leaves point to the same file.
    
    * guix/build/union.scm (union-build)[resolve-collision]: Pass LEAVES
      through `delete-duplicates'; warn iff the result contains more than
      one item.

commit 6211223021cdb477e93d7ba789d5a0119ffb4bd4
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 6 22:51:24 2013 +0100

    union: Delete duplicates when passed the same input several times.
    
    * guix/build/union.scm (union-build): Prepend "." to the result of
      `union-tree', to match the expectations of `delete-duplicate-leaves'.
      Don't do mkdir when SUBDIR is ".".
    * tests/union.scm ("union-build"): Keep duplicates in %BOOTSTRAP-INPUTS.

commit 44ce77ff52b0456e71ccaabbf3900e71d7a5841f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 6 16:31:39 2013 +0100

    guix-package: Test installation of packages by name.
    
    * tests/guix-package.sh: Remove `boot_guile'.  Replace occurrences of
      $boot_guile by the `guile-bootstrap' package name.

commit 8dc2ecfcd915f8834c9b3d8b9821ac1d58dd664c
Author: Ludovic Courtès <address@hidden>
Date:   Wed Feb 6 16:30:15 2013 +0100

    build: `chmod +x' scripts as they are generated.
    
    * configure.ac: Add the `chmod +x' as a second argument to
      `AC_CONFIG_FILES'.  Remove `AC_CONFIG_COMMANDS' invocation.

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

Summary of changes:
 configure.ac          |    9 +++---
 guix-package.in       |   70 ++++++++++++++++++++++++++++++++++++++----------
 guix/build/union.scm  |   29 +++++++++++++-------
 tests/guix-package.sh |   10 +++----
 tests/union.scm       |    7 +++--
 5 files changed, 86 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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