guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]