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-17-g462f5cc


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.7-17-g462f5cc
Date: Sat, 26 Jul 2014 20:57:04 +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  462f5ccade9fd1372e2a7d1e854cd6324ebb4105 (commit)
       via  4ca0b4101d2d15fc41c0a875f09553ded27091bd (commit)
       via  a54c94a40d3d87c80034793795bf13fd7abf7a6e (commit)
       via  48704e5b5c9a18a3f381ec5a266d0375219ae122 (commit)
      from  f280cdb1bafefee42d0c573ecabb0d9bd0659e64 (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 462f5ccade9fd1372e2a7d1e854cd6324ebb4105
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 26 22:54:40 2014 +0200

    profiles: Add 'package->manifest-entry'.
    
    Suggested by Alex Kost <address@hidden>.
    
    * guix/scripts/package.scm (options->installable)[package->manifest-entry]:
      Move to (guix profiles).
      [package->manifest-entry*]: New procedure.
      Use it.
    * guix/profiles.scm (package->manifest-entry): New procedure.
    * tests/profiles.scm (guile-for-build): New variable.
      Call '%guile-for-build'.
      ("profile-derivation"): New test.

commit 4ca0b4101d2d15fc41c0a875f09553ded27091bd
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 26 22:21:43 2014 +0200

    profiles: Get rid of the 'inputs' field of 'manifest-entry'.
    
    * guix/profiles.scm (<manifest-entry>)[inputs]: Remove.
      (profile-derivation): Rely on 'item' and 'deps' instead of 'inputs'.
      Adjust 'builder' accordingly.
    * guix/scripts/package.scm (options->installable)[package->manifest-entry]:
      Remove 'inputs' field.  Change 'dependencies' field to contain
      packages.

commit a54c94a40d3d87c80034793795bf13fd7abf7a6e
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 26 22:08:10 2014 +0200

    profiles: Switch to gexps.
    
    * guix/profiles.scm (<manifest-entry>)[path]: Rename to...
      [item]: ... this.  Update users.
      (manifest->sexp): Rename to...
      (manifest->gexp): ... this.  Return a gexp.
      (lower-input): Remove.
      (profile-derivation): Remove 'store' parameter, and turn into a
      monadic procedure.
      [inputs]: New variable.
      [builder]: Turn into a gexp.
      Replace call to 'build-expression->derivation' with call to
      'gexp->derivation'.
    * guix/scripts/package.scm (link-to-empty-profile): Adjust call to
      'profile-derivation', and wrap it in 'run-with-store'.
      (show-what-to-remove/install): Rename 'path' to 'item'.  Check whether
      ITEM is a package, and return its output path if it is.
      (input->name+path): Remove.
      (options->installable): Set 'item' to P.
      (guix-package): Adjust call to 'profile-derivation'.
    * tests/profiles.scm (guile-2.0.9): Change 'path' to 'item'.

commit 48704e5b5c9a18a3f381ec5a266d0375219ae122
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 26 21:43:43 2014 +0200

    profiles: Do away with 'manifest=?'.
    
    * guix/profiles.scm (manifest=?): Remove.
    * guix/scripts/package.scm (readlink*): New procedure.
      (guix-package)[process-actions]: Use 'readlink*' and compare the
      profile to be built, PROF, with PROFILE to determine whether there's
      nothing to be done.

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

Summary of changes:
 guix/profiles.scm        |  125 ++++++++++++++++++++++-----------------------
 guix/scripts/package.scm |  123 ++++++++++++++++++++++-----------------------
 tests/profiles.scm       |   31 +++++++++++-
 3 files changed, 151 insertions(+), 128 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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