[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, wip-gexp, created. v0.6-76-gf48967b
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, wip-gexp, created. v0.6-76-gf48967b |
Date: |
Sat, 26 Apr 2014 15:07:20 +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, wip-gexp has been created
at f48967b1f065dda48d1477c30521ac8f6a5fb520 (commit)
- Log -----------------------------------------------------------------
commit f48967b1f065dda48d1477c30521ac8f6a5fb520
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 26 17:01:54 2014 +0200
vm: Rewrite support procedures to use gexps.
* gnu/system/vm.scm (%imported-modules): Remove.
(expression->derivation-in-linux-vm): Remove 'inputs' parameter.
Rename 'imported-modules' to 'modules'. Rewrite using gexps and
'gexp->derivation'.
(qemu-image): Add 'qemu' parameter. Pass NAME to
'expression->derivation-in-linux-vm'. Rewrite using gexps. Remove
#:inputs argument to 'expression->derivation-in-linux-vm'.
(operating-system-default-contents): Rewrite using gexps.
* gnu/system.scm (operating-system-profile-derivation): Rename to...
(operating-system-profile): ... this. Adjust callers.
(operating-system-profile-directory): Remove.
commit 7547e90448d01e90c99af6beeb10c327aa289858
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 26 16:38:38 2014 +0200
store: (direct-store-path? (%store-prefix)) returns #f.
* guix/store.scm (direct-store-path?): Return #f if PATH
is (%store-prefix).
* tests/store.scm ("direct-store-path?"): Add test.
commit 67d581ecccb935111584c8ea4007daf94cc86f6a
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 26 16:36:48 2014 +0200
gnu: Use gexps in obvious places in (gnu system ...).
* gnu/system.scm (operating-system-boot-script): Use 'gexp->file'
instead of 'text-file*'.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Likewise.
(system-qemu-image/shared-store-script)[builder]: Turn into a gexp.
Use 'gexp->derivation' instead of 'derivation-expression'.
commit 6a1dc2f1ff87c1c93392f3c38b865e99163cb1a1
Author: Ludovic Courtès <address@hidden>
Date: Sat Apr 26 14:40:14 2014 +0200
Add (guix gexp).
* guix/gexp.scm: New file.
* tests/gexp.scm: New file.
* Makefile.am (MODULES): Add guix/gexp.scm.
(SCM_TESTS): Add tests/gexp.scm.
-----------------------------------------------------------------------
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, wip-gexp, created. v0.6-76-gf48967b,
Ludovic Courtès <=