[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (c2783e2 -> ab20d74)
From: |
Ludovic Courtès |
Subject: |
branch master updated (c2783e2 -> ab20d74) |
Date: |
Fri, 9 Sep 2016 22:01:06 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from c2783e2 gnu: geoclue: Update to 2.4.4.
new b5fed90 gexp: Remove outdated comment.
new ebdfd77 gexp: Compilers can now provide an "expander".
new a9e5e92 gexp: Add 'file-append'.
new 44d5f54 system: grub: Allow arbitrary kernel file names in
'menu-entry'.
new ab20d74 system: Build the initrd file name with 'file-append'.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
doc/guix.texi | 57 +++++++++++++++++++++++++---
gnu/system.scm | 34 ++++++++++++++---
gnu/system/grub.scm | 13 ++-----
guix/gexp.scm | 105 +++++++++++++++++++++++++++++++++++++++------------
tests/gexp.scm | 53 ++++++++++++++++++++++++++
5 files changed, 216 insertions(+), 46 deletions(-)
- branch master updated (c2783e2 -> ab20d74),
Ludovic Courtès <=
- 01/05: gexp: Remove outdated comment., Ludovic Courtès, 2016/09/09
- 03/05: gexp: Add 'file-append'., Ludovic Courtès, 2016/09/09
- 02/05: gexp: Compilers can now provide an "expander"., Ludovic Courtès, 2016/09/09
- 04/05: system: grub: Allow arbitrary kernel file names in 'menu-entry'., Ludovic Courtès, 2016/09/09
- 05/05: system: Build the initrd file name with 'file-append'., Ludovic Courtès, 2016/09/09