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:
Tamara Dahlgren
2020-06-24 18:28:53 -07:00
committed by GitHub
parent bc53bb9b7c
commit 48d3e8d350
9 changed files with 140 additions and 36 deletions

View File

@@ -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