diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-05-04 09:14:02 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2017-06-04 09:07:43 +0200 |
commit | 1335ac31415d6a043b1637faf5d8105febbefbf5 (patch) | |
tree | 74b7493f015642b9059854d21f9b13165a3517e2 /doc | |
parent | d5cb2ac7f96c7f4caa16334f098221c18115f2eb (diff) | |
download | patches-1335ac31415d6a043b1637faf5d8105febbefbf5.tar patches-1335ac31415d6a043b1637faf5d8105febbefbf5.tar.gz |
scripts: refresh: Add -m manifest option.
* guix/scripts/refresh.scm (%options): Add -m option,
(show-help): document it,
(packages-from-manifest): new procedure,
(guix-refresh): use packages from manifest if specified, otherwise
keep the previous behaviour.
* doc/guix.texi (Invoking guix refresh): document new option.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 9dde022c54..e8fba43afe 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5875,6 +5875,11 @@ The @code{non-core} subset refers to the remaining packages. It is typically useful in cases where an update of the core packages would be inconvenient. +@item --manifest=@var{file} +@itemx -m @var{file} +Select all the packages from the manifest in @var{file}. This is useful to +check if any packages of the user manifest can be updated. + @item --type=@var{updater} @itemx -t @var{updater} Select only packages handled by @var{updater} (may be a comma-separated |