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.7-371-g8689901


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-371-g8689901
Date: Wed, 24 Sep 2014 12:08:35 +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  8689901f95499e98e0209e75b4f268bf2af325c1 (commit)
       via  300868ba57e3786dae399f3cac4fff39ad6c316f (commit)
       via  c107b54108f6640504371d414f8a47191b92dbb8 (commit)
       via  84836a5733e35de758d34d9ea40b9b4c8b70836f (commit)
      from  df354a771d9838f62d9dc2d8a68388fff3363ec3 (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 8689901f95499e98e0209e75b4f268bf2af325c1
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 24 14:05:52 2014 +0200

    Introduce the 'GUIX_PACKAGE_PATH' environment variable.
    
    * gnu/packages.scm (%package-module-path): Honor $GUIX_PACKAGE_PATH.
    * test-env.in: Unset 'GUIX_PACKAGE_PATH'.
    * tests/guix-package.sh: Test it.
    * doc/guix.texi (Package Modules): Document it.

commit 300868ba57e3786dae399f3cac4fff39ad6c316f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 24 11:26:30 2014 +0200

    guix build: Add -L/--load-path as a common option.
    
    * guix/scripts/build.scm (show-build-options-help): Document -L.
      (%standard-build-options): Add -L/--load-path.
    * tests/guix-package.sh: Test it.

commit c107b54108f6640504371d414f8a47191b92dbb8
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 24 13:53:02 2014 +0200

    packages: Add '%package-module-search-path'.
    
    * gnu/packages.scm (%package-module-path): New variable.
      (all-package-modules): New procedure.
      (fold-packages): Use it instead of 'package-modules'.

commit 84836a5733e35de758d34d9ea40b9b4c8b70836f
Author: Ludovic Courtès <address@hidden>
Date:   Wed Sep 24 10:23:27 2014 +0200

    packages: Generalize package module search.
    
    * gnu/packages.scm (%distro-root-directory): New variable.
      (%distro-module-directory): Remove.
      (package-files): Rename to...
      (scheme-files): ... this.  Return absolute file names, not stripped.
      (file-name->module-name): New procedure.
      (package-modules): Add 'directory' and 'sub-directory' parameters.
      Rewrite accordingly.
      (fold-packages): Adjust 'package-modules' call accordingly.

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

Summary of changes:
 doc/guix.texi          |   30 ++++++++++++++--
 gnu/packages.scm       |   85 ++++++++++++++++++++++++++++++++++--------------
 guix/scripts/build.scm |   14 +++++++-
 test-env.in            |    3 ++
 tests/guix-package.sh  |   25 ++++++++++++++
 5 files changed, 126 insertions(+), 31 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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