[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (eff3a9b -> 3e4e74c)
From: |
guix-commits |
Subject: |
branch master updated (eff3a9b -> 3e4e74c) |
Date: |
Wed, 10 Apr 2019 11:17:48 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from eff3a9b gnu: Add public-inbox.
new a7ae18b ui: Colorize hints.
new 238589e ui: Highlight diagnostic format string arguments.
new 08d0f95 pull: Remove duplicate '--dry-run' description.
new 72eda06 Add (guix store roots).
new bacf980 guix gc: Add '--list-roots'.
new c872b95 profiles: Add 'generation-profile'.
new 96b8c2e guix gc: Add '--delete-generations'.
new 9c074f6 scripts: GC hint suggests 'guix gc -d 1m'.
new 3e4e74c gnu: kodi: Allow connecting to HTTPS sources.
The 9 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:
Makefile.am | 6 +-
doc/guix.texi | 22 +++-
gnu/local.mk | 1 +
gnu/packages/kodi.scm | 3 +-
.../patches/kodi-set-libcurl-ssl-parameters.patch | 16 +++
guix/profiles.scm | 15 +++
guix/scripts.scm | 10 +-
guix/scripts/gc.scm | 67 +++++++++++-
guix/scripts/pull.scm | 2 -
guix/store/roots.scm | 120 +++++++++++++++++++++
guix/ui.scm | 67 ++++++++++--
tests/guix-gc.sh | 6 +-
tests/store-roots.scm | 53 +++++++++
13 files changed, 361 insertions(+), 27 deletions(-)
create mode 100644 gnu/packages/patches/kodi-set-libcurl-ssl-parameters.patch
create mode 100644 guix/store/roots.scm
create mode 100644 tests/store-roots.scm
- branch master updated (eff3a9b -> 3e4e74c),
guix-commits <=
- 04/09: Add (guix store roots)., guix-commits, 2019/04/10
- 02/09: ui: Highlight diagnostic format string arguments., guix-commits, 2019/04/10
- 01/09: ui: Colorize hints., guix-commits, 2019/04/10
- 08/09: scripts: GC hint suggests 'guix gc -d 1m'., guix-commits, 2019/04/10
- 07/09: guix gc: Add '--delete-generations'., guix-commits, 2019/04/10
- 05/09: guix gc: Add '--list-roots'., guix-commits, 2019/04/10
- 03/09: pull: Remove duplicate '--dry-run' description., guix-commits, 2019/04/10
- 09/09: gnu: kodi: Allow connecting to HTTPS sources., guix-commits, 2019/04/10
- 06/09: profiles: Add 'generation-profile'., guix-commits, 2019/04/10