[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.4-212-g30e4575
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.4-212-g30e4575 |
Date: |
Mon, 18 Nov 2013 23:05:32 +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 30e457501dfba305e0554532f79594e567ca844b (commit)
via d03bb6532ce426d8da527bd231418e539842c156 (commit)
via a2543006f87b4bb6c272a99db5120ff51e5a20c8 (commit)
via 0b8749b7bdd68c9b28cf3d520b9a3a9cc1a5bddb (commit)
via ac5de156ae5de8cb61870469863fb862b6a1205e (commit)
via e900c5031f4ecf5ac3f131a908a2616871793f8c (commit)
from 8db351e338afa0b8278571105776a7e2391e49ef (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 30e457501dfba305e0554532f79594e567ca844b
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 19 00:03:29 2013 +0100
gnu: vm: Really create a QCOW2-format image.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass "-f
qcow2" to 'qemu-img create'.
commit d03bb6532ce426d8da527bd231418e539842c156
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 19 00:02:41 2013 +0100
doc: Link to package-list.html.
* doc/guix.texi (GNU Distribution): Add link to package-list.html.
commit a2543006f87b4bb6c272a99db5120ff51e5a20c8
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 19 00:01:46 2013 +0100
list-packages: Produce link to the origin snippet, if any.
* build-aux/list-packages.scm (package->sxml)[patches](snippet-link):
New procedure.
Use it to produce a link to the 'origin-snippet', if any.
commit 0b8749b7bdd68c9b28cf3d520b9a3a9cc1a5bddb
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 18 23:56:07 2013 +0100
packages: 'package-field-location' returns a relative file name.
* guix/packages.scm (package-field-location): Set
%FILE-PORT-NAME-CANONICALIZATION.
* tests/packages.scm ("package-field-location, relative file name"): New
test.
commit ac5de156ae5de8cb61870469863fb862b6a1205e
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 18 23:08:20 2013 +0100
guix build: '-e' can be passed a monadic thunk.
* guix/ui.scm (read/eval): New procedure.
(read/eval-package-expression): Use it.
* guix/scripts/build.scm (derivations-from-package-expressions): Rename
to...
(derivation-from-expression): ... this. Accept procedures, under the
assumption that they are monadic thunk.
(show-help): Adjust accordingly.
(guix-build): Ditto.
* tests/guix-build.sh: Add test.
* doc/guix.texi (Invoking guix build): Augment description of '-e'.
commit e900c5031f4ecf5ac3f131a908a2616871793f8c
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 18 22:07:29 2013 +0100
doc: Mention Linux containers; emphasize reproducible builds.
* doc/guix.texi (Introduction): Use "containers" instead of "chroots".
(Invoking guix-daemon): Add @cindex entries. Mention the Linux
container features.
(Features): Add sentence on build reproducibility.
-----------------------------------------------------------------------
Summary of changes:
build-aux/list-packages.scm | 61 ++++++++++++++++++++++++++-----------------
doc/guix.texi | 30 +++++++++++++++++----
gnu/system/vm.scm | 2 +-
guix/packages.scm | 38 ++++++++++++++------------
guix/scripts/build.scm | 33 +++++++++++++----------
guix/ui.scm | 31 ++++++++++++---------
tests/guix-build.sh | 8 +++++
tests/packages.scm | 6 ++++
8 files changed, 133 insertions(+), 76 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.4-212-g30e4575,
Ludovic Courtès <=