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.3-78-g9c629a2


From: Ludovic Courtès
Subject: GNU Guixguix source archive branch, master, updated. v0.3-78-g9c629a2
Date: Mon, 26 Aug 2013 20:21:26 +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  9c629a27a435dd37b55a3944f8d79accc710a0e4 (commit)
       via  5b0c9d1635df1608a498db8718af575d2f0e1663 (commit)
       via  a987d2c02525efd1bf37b4bb5b5df405a06bd15c (commit)
       via  3e9066fcfc1fb249eeeb2708d98ae258a38c5b2b (commit)
      from  5d9cd70721aa8256f333f76c76cecc6593b6b293 (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 9c629a27a435dd37b55a3944f8d79accc710a0e4
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 22:19:21 2013 +0200

    derivations: Add #:dependency-graphs to `build-expression->derivation'.
    
    * guix/derivations.scm (build-expression->derivation): Add
      #:dependency-graphs keyword argument.  Pass it to `derivation'.
    * tests/derivations.scm ("build-expression->derivation with
      #:dependency-graphs"): New test.
    * doc/guix.texi (Derivations): Update `build-expression->derivation'
      description.

commit 5b0c9d1635df1608a498db8718af575d2f0e1663
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 22:12:46 2013 +0200

    derivations: Add #:dependency-graphs `derivation' parameter.
    
    * guix/derivations.scm (derivation): Add `dependency-graphs' keyword
      parameter; honor it.
    * tests/derivations.scm (bootstrap-binary): New procedure.
      (%bash): Use it.
      (%mkdir): New variable.
      (directory-contents): Add `slurp' optional parameter.
      ("derivation with #:dependency-graphs"): New test.
    * doc/guix.texi (Derivations): Update accordingly.

commit a987d2c02525efd1bf37b4bb5b5df405a06bd15c
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 22:11:04 2013 +0200

    derivations: Move 3 positional parameters into keyword parameters.
    
    * guix/derivations.scm (derivation): Turn `system', `env-vars', and
      `inputs' into keyword parameters.
      (build-expression->derivation): Adjust accordingly.
    * gnu/packages/bootstrap.scm (%bootstrap-guile): Likewise.
    * tests/derivations.scm, tests/store.scm: Likewise.
    * doc/guix.texi (Derivations): Likewise.

commit 3e9066fcfc1fb249eeeb2708d98ae258a38c5b2b
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 26 16:04:15 2013 +0200

    gnu: Add Guile-Lib.
    
    * gnu/packages/guile.scm (guile-lib): New variable.

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

Summary of changes:
 doc/guix.texi              |   15 ++-
 gnu/packages/bootstrap.scm |    7 +-
 gnu/packages/guile.scm     |   34 +++++++
 guix/derivations.scm       |   72 ++++++++++----
 tests/derivations.scm      |  217 ++++++++++++++++++++++++++++++--------------
 tests/store.scm            |   13 ++-
 6 files changed, 255 insertions(+), 103 deletions(-)


hooks/post-receive
-- 
guix source archive



reply via email to

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