[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (a61cd1d -> 007c20b)
From: |
Ludovic Courtès |
Subject: |
branch master updated (a61cd1d -> 007c20b) |
Date: |
Tue, 24 May 2016 21:53:34 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from a61cd1d tests: Do not run 'cve' checker in 'tests/guix-lint.sh'.
new a371aa2 size: 'store-profile' takes a list of store items.
new db76153 size: Accept several arguments.
new f6fee16 store: 'requisites' now takes a list of store items.
new 92ed837 size: Pass 'requisites' a list of items.
new 007c20b graft: Fail when one of the threads raises an exception.
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 | 18 ++++++++++++++++++
guix/build/graft.scm | 21 +++++++++++++++++++--
guix/scripts/environment.scm | 6 +++---
guix/scripts/gc.scm | 3 ++-
guix/scripts/size.scm | 36 ++++++++++++++++++------------------
guix/store.scm | 14 +++++++-------
tests/size.scm | 4 ++--
tests/store.scm | 10 ++++++----
8 files changed, 75 insertions(+), 37 deletions(-)
- branch master updated (a61cd1d -> 007c20b),
Ludovic Courtès <=
- 04/05: size: Pass 'requisites' a list of items., Ludovic Courtès, 2016/05/24
- 05/05: graft: Fail when one of the threads raises an exception., Ludovic Courtès, 2016/05/24
- 02/05: size: Accept several arguments., Ludovic Courtès, 2016/05/24
- 01/05: size: 'store-profile' takes a list of store items., Ludovic Courtès, 2016/05/24
- 03/05: store: 'requisites' now takes a list of store items., Ludovic Courtès, 2016/05/24