[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-197-g49fa938
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-197-g49fa938 |
Date: |
Sat, 06 Sep 2014 21:43:01 +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 49fa9381b8767c937e80d43f3d1cb0a83690ea1f (commit)
via 1456cff18fa38c57729fd3d91c200a113cbaed59 (commit)
via b53833b2ef36cf139f65193bec688396a734b0d0 (commit)
from 108293c5ea65502e351cb2f6682668d5d345dd1f (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 49fa9381b8767c937e80d43f3d1cb0a83690ea1f
Author: Ludovic Courtès <address@hidden>
Date: Sat Sep 6 23:30:28 2014 +0200
linux-initrd: Populate the initrd's store with complete closures.
* gnu/system/linux-initrd.scm (expression->initrd): Add 'graph-files'.
Use (guix build store-copy) and 'populate-store' instead of local
hack. Pass #:references-graphs to 'gexp->derivation'.
commit 1456cff18fa38c57729fd3d91c200a113cbaed59
Author: Ludovic Courtès <address@hidden>
Date: Sat Sep 6 23:26:00 2014 +0200
gnu: unionfs-fuse/static: Remove store references from the executable.
* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]: Add #:phases.
commit b53833b2ef36cf139f65193bec688396a734b0d0
Author: Ludovic Courtès <address@hidden>
Date: Sat Sep 6 15:45:32 2014 +0200
gexp: Allow use of high-level objects in #:references-graphs.
* guix/gexp.scm (lower-reference-graphs): New procedure.
(gexp->derivation)[graphs-file-names]: New procedure.
Use 'lower-reference-graphs', and augment #:inputs argument as a
function of #:references-graphs.
* doc/guix.texi (G-Expressions): Adjust 'gexp->derivation' documentation
accordingly.
* tests/gexp.scm ("gexp->derivation, store copy"): Remove reference to
TWO in BUILD-DRV. Use TWO directly in #:references-graphs argument.
("gexp->derivation #:references-graphs"): New test.
* gnu/system/vm.scm (qemu-image): Remove variable 'graph'; use INPUTS as
the #:references-graphs argument to
'expression->derivation-in-linux-vm'.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 16 +++++++++
gnu/packages/linux.scm | 11 ++++++-
gnu/system/linux-initrd.scm | 26 ++++++++-------
gnu/system/vm.scm | 74 +++++++++++++++++++++----------------------
guix/gexp.scm | 51 ++++++++++++++++++++++++++++-
tests/gexp.scm | 52 +++++++++++++++++++++++++-----
6 files changed, 168 insertions(+), 62 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-197-g49fa938,
Ludovic Courtès <=