diff options
author | 2023-12-29 13:24:31 +0200 | |
---|---|---|
committer | 2023-12-29 14:33:11 +0200 | |
commit | fd2d7cdb36e483623b0c46d1beda5f65232c73f4 (patch) | |
tree | 1974144fa8bc9869a58aae572e57b74529cad127 /data | |
parent | bugs: add support for filtering targets by StableRequest (diff) | |
download | pkgdev-fd2d7cdb36e483623b0c46d1beda5f65232c73f4.tar.gz pkgdev-fd2d7cdb36e483623b0c46d1beda5f65232c73f4.tar.bz2 pkgdev-fd2d7cdb36e483623b0c46d1beda5f65232c73f4.zip |
bugs: auto extend maintainers with projects
When ``--projects`` is passed, fetch ``projects.xml``, and extent the
maintainers list with projects whose members include maintainers.
Resolves: https://github.com/pkgcore/pkgdev/issues/157
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'data')
-rw-r--r-- | data/share/bash-completion/completions/pkgdev | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/share/bash-completion/completions/pkgdev b/data/share/bash-completion/completions/pkgdev index acb4f68..98c2001 100644 --- a/data/share/bash-completion/completions/pkgdev +++ b/data/share/bash-completion/completions/pkgdev @@ -247,6 +247,7 @@ _pkgdev() { --api-key --auto-cc-arches --find-by-maintainer + --projects --filter-stablereqs --stabletime --blocks |