diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-11-30 16:45:19 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-11-30 17:35:21 +0100 |
commit | 3676f892551d562e1a1360d79b208e687ece08c2 (patch) | |
tree | 0c4e47f078b93882298bd232018bd182b3149f0f /doc | |
parent | 2fd370e8167be9a0af9e5358757d58d1acaf02e0 (diff) | |
download | patches-3676f892551d562e1a1360d79b208e687ece08c2.tar patches-3676f892551d562e1a1360d79b208e687ece08c2.tar.gz |
refresh: '--list-updaters' shows updater coverage.
* guix/scripts/refresh.scm (list-updaters-and-exit): Compute the
coverage ratio of each updater and print it. Print the coverage ratio
for all the updaters.
* doc/guix.texi (Invoking guix refresh): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 37bdb69b56..3b4ba487ad 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5394,6 +5394,9 @@ be used when passing @command{guix refresh} one or more package names: @itemx -L List available updaters and exit (see @option{--type} above.) +For each updater, display the fraction of packages it covers; at the +end, display the fraction of packages covered by all these updaters. + @item --list-dependent @itemx -l List top-level dependent packages that would need to be rebuilt as a |