[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (c729901 -> 3dbf331)
From: |
Ludovic Courtès |
Subject: |
branch master updated (c729901 -> 3dbf331) |
Date: |
Mon, 2 Jul 2018 18:39:19 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from c729901 gnu: python-duniterpy: Change module.
new 24420f5 packages: Optimize 'package-transitive-supported-systems'.
new 0744a9f store: Add 'query-path-info*'.
new 8120b23 ui: Make 'check-available-space' public.
new 71bf6cb guix system: init: Check the available space before
copying.
new af2f8ae deduplication: Fix incorrect use of 'throw'.
new 3dbf331 deduplication: Place link files under /gnu/store/.links.
The 6 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:
guix/packages.scm | 19 ++++++++++---------
guix/scripts/size.scm | 11 +----------
guix/scripts/system.scm | 8 +++++++-
guix/store.scm | 10 ++++++++++
guix/store/deduplication.scm | 30 ++++++++++++++++++++----------
guix/ui.scm | 10 ++++++----
tests/store-deduplication.scm | 4 ++++
7 files changed, 58 insertions(+), 34 deletions(-)
- branch master updated (c729901 -> 3dbf331),
Ludovic Courtès <=
- 03/06: ui: Make 'check-available-space' public., Ludovic Courtès, 2018/07/02
- 05/06: deduplication: Fix incorrect use of 'throw'., Ludovic Courtès, 2018/07/02
- 01/06: packages: Optimize 'package-transitive-supported-systems'., Ludovic Courtès, 2018/07/02
- 02/06: store: Add 'query-path-info*'., Ludovic Courtès, 2018/07/02
- 04/06: guix system: init: Check the available space before copying., Ludovic Courtès, 2018/07/02
- 06/06: deduplication: Place link files under /gnu/store/.links., Ludovic Courtès, 2018/07/02