features: Add install failure tracking removal through spack clean
(#15314)
* Add ability to force removal of install failure tracking data through spack clean * Add clean failures option to packaging guide
This commit is contained in:
@@ -484,7 +484,7 @@ _spack_ci_rebuild() {
|
||||
_spack_clean() {
|
||||
if $list_options
|
||||
then
|
||||
SPACK_COMPREPLY="-h --help -s --stage -d --downloads -m --misc-cache -p --python-cache -a --all"
|
||||
SPACK_COMPREPLY="-h --help -s --stage -d --downloads -f --failures -m --misc-cache -p --python-cache -a --all"
|
||||
else
|
||||
_all_packages
|
||||
fi
|
||||
|
Reference in New Issue
Block a user