Deprecate spack bootstrap trust/untrust (#33600)

* Deprecate spack bootstrap trust/untrust
* Update CI
* Update tests
This commit is contained in:
Massimiliano Culpo
2022-10-29 21:24:26 +02:00
committed by GitHub
parent 29f1e8395c
commit 7e645f54c5
8 changed files with 113 additions and 70 deletions

View File

@@ -425,11 +425,21 @@ _spack_bootstrap_status() {
}
_spack_bootstrap_enable() {
SPACK_COMPREPLY="-h --help --scope"
if $list_options
then
SPACK_COMPREPLY="-h --help --scope"
else
SPACK_COMPREPLY=""
fi
}
_spack_bootstrap_disable() {
SPACK_COMPREPLY="-h --help --scope"
if $list_options
then
SPACK_COMPREPLY="-h --help --scope"
else
SPACK_COMPREPLY=""
fi
}
_spack_bootstrap_reset() {