[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.5-16-g6447738
From: |
Mark H. Weaver |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.5-16-g6447738 |
Date: |
Sat, 14 Dec 2013 21:26:26 +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 6447738c013cf205959ca4afd1a97248fb9ccf58 (commit)
from 5839958a8fff80cb36dcf537903a1d22f6ace0a7 (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 6447738c013cf205959ca4afd1a97248fb9ccf58
Author: Mark H Weaver <address@hidden>
Date: Fri Dec 13 15:37:57 2013 -0500
guix package: allow multiple arguments after -i, -r, and -u.
* guix/scripts/package.scm (%options): Adapt option processors to accept and
return a second seed value: 'arg-handler', which handles bare arguments
(if
not false). The install, remove, and upgrade option processors return an
arg-handler that repeat the same operation. All other option processors
return #f as the arg-handler. Make the arguments to install and remove
optional. The upgrade option processor deletes (upgrade . #f) from the
alist before adding a new entry.
(guix-package): Procedures passed to 'args-fold*' accept the new seed
value
'arg-handler'. The 'operand-proc' uses 'arg-handler' (if not false).
* doc/guix.texi (Invoking guix package): Update docs.
* tests/guix-package.sh: Add test.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 32 +++++++----
guix/scripts/package.scm | 136 ++++++++++++++++++++++++++++------------------
tests/guix-package.sh | 3 +
3 files changed, 107 insertions(+), 64 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.5-16-g6447738,
Mark H. Weaver <=