From b0abbfecb8595c8901855e679be0bbea64089fe8 Mon Sep 17 00:00:00 2001 From: Todd Gamblin Date: Wed, 24 Jul 2019 00:17:06 -0700 Subject: new command: `spack maintainers` queries package maintainers - We don't currently make enough use of the maintainers field on packages, though we could use it to assign reviews. - add a command that allows maintainers to be queried - can ask who is maintaining a package or packages - can ask what packages users are maintaining - can list all maintained or unmaintained packages - add tests for the command --- share/spack/spack-completion.bash | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 362fe1e0bf..1edc262d0a 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -700,6 +700,16 @@ function _spack_log_parse { fi } +function _spack_maintainers { + if $list_options + then + compgen -W "-h --help -a --all --maintained --unmaintained + --by-user" -- "$cur" + else + compgen -W "$(_all_packages)" -- "$cur" + fi +} + function _spack_mirror { if $list_options then -- cgit v1.2.3-60-g2f50