[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.4-126-gdfb52ab
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.4-126-gdfb52ab |
Date: |
Tue, 15 Oct 2013 21:53:58 +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 dfb52abbd60876de250f04fc5c64b3c85082cba6 (commit)
via 59fbeb8cae02032a2f8b7966ab52545817f3ed88 (commit)
via 70a9c7202866df594628750f7c4c242f4fd53e60 (commit)
via b2ba65c8970a1371244015cc918257f9972454ec (commit)
from 3c1d9799b82fa6104d6b56073131a8aa43336ce9 (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 dfb52abbd60876de250f04fc5c64b3c85082cba6
Author: Ludovic Courtès <address@hidden>
Date: Tue Oct 15 23:42:58 2013 +0200
Remove weirdnesses caused by 'letrec*' behavior of record field
initializers.
* gnu/packages/bootstrap.scm (package-from-tarball): Remove '*' from
parameter names. Adjust accordingly.
* gnu/packages/linux-initrd.scm (expression->initrd): Use 'name'
directly, removing the 'name*' alias.
* gnu/packages/linux.scm (linux-libre-headers, linux-libre): Rename
'version*' to 'version'.
commit 59fbeb8cae02032a2f8b7966ab52545817f3ed88
Author: Ludovic Courtès <address@hidden>
Date: Tue Oct 15 23:31:22 2013 +0200
records: define-record-type*: Field bindings are bound with 'let*'.
* guix/records.scm (define-record-type*): Wrap field bindings in a
'let*', not in a 'letrec*', which turned out to be pointlessly
inconvenient.
* tests/records.scm: Adjust test names accordingly.
commit 70a9c7202866df594628750f7c4c242f4fd53e60
Author: Ludovic Courtès <address@hidden>
Date: Tue Oct 15 23:25:08 2013 +0200
build: Add 'clean-go' target.
* Makefile.am (clean-go): New phony target.
commit b2ba65c8970a1371244015cc918257f9972454ec
Author: Ludovic Courtès <address@hidden>
Date: Tue Oct 15 22:59:50 2013 +0200
guix package: '--search' matches against package names.
* guix/scripts/package.scm (find-packages-by-description): Return
packages whose name matches RX.
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 6 ++++-
gnu/packages/bootstrap.scm | 14 ++++++------
gnu/packages/linux-initrd.scm | 41 +++++++++++++++++++--------------------
gnu/packages/linux.scm | 10 ++++----
gnu/packages/make-bootstrap.scm | 14 ++++++------
guix/records.scm | 8 +++---
guix/scripts/package.scm | 7 +++--
tests/records.scm | 6 ++--
8 files changed, 55 insertions(+), 51 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.4-126-gdfb52ab,
Ludovic Courtès <=