summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorHarmen Stoppels <harmenstoppels@gmail.com>2023-06-12 14:33:26 +0200
committerGitHub <noreply@github.com>2023-06-12 14:33:26 +0200
commitda45073ef9a5abea361136a173c32c4d00659909 (patch)
tree951b580078089dddbb850d6ca1c74bccfdc85c95 /share
parent61e17fb36da24577190407b8ccd5e460cafef89d (diff)
downloadspack-da45073ef9a5abea361136a173c32c4d00659909.tar.gz
spack-da45073ef9a5abea361136a173c32c4d00659909.tar.bz2
spack-da45073ef9a5abea361136a173c32c4d00659909.tar.xz
spack-da45073ef9a5abea361136a173c32c4d00659909.zip
buildcache: remove deprecated api (#37246)
The API was deprecated in v0.20 and is slated for removal in v0.21
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 1d202eaec6..abf41cb052 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -498,7 +498,7 @@ _spack_buildcache() {
_spack_buildcache_push() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory -m --mirror-name --mirror-url --update-index --rebuild-index --spec-file --only"
+ SPACK_COMPREPLY="-h --help -f --force -u --unsigned -a --allow-root -k --key --update-index --rebuild-index --spec-file --only"
else
_mirrors
fi
@@ -507,7 +507,7 @@ _spack_buildcache_push() {
_spack_buildcache_create() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -r --rel -f --force -u --unsigned -a --allow-root -k --key -d --directory -m --mirror-name --mirror-url --update-index --rebuild-index --spec-file --only"
+ SPACK_COMPREPLY="-h --help -f --force -u --unsigned -a --allow-root -k --key --update-index --rebuild-index --spec-file --only"
else
_mirrors
fi
@@ -516,7 +516,7 @@ _spack_buildcache_create() {
_spack_buildcache_install() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -f --force -m --multiple -a --allow-root -u --unsigned -o --otherarch"
+ SPACK_COMPREPLY="-h --help -f --force -m --multiple -u --unsigned -o --otherarch"
else
_all_packages
fi
@@ -563,7 +563,7 @@ _spack_buildcache_save_specfile() {
_spack_buildcache_sync() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --manifest-glob --src-directory --src-mirror-name --src-mirror-url --dest-directory --dest-mirror-name --dest-mirror-url"
+ SPACK_COMPREPLY="-h --help --manifest-glob"
else
SPACK_COMPREPLY=""
fi
@@ -572,7 +572,7 @@ _spack_buildcache_sync() {
_spack_buildcache_update_index() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -d --directory -m --mirror-name --mirror-url -k --keys"
+ SPACK_COMPREPLY="-h --help -k --keys"
else
_mirrors
fi
@@ -581,7 +581,7 @@ _spack_buildcache_update_index() {
_spack_buildcache_rebuild_index() {
if $list_options
then
- SPACK_COMPREPLY="-h --help -d --directory -m --mirror-name --mirror-url -k --keys"
+ SPACK_COMPREPLY="-h --help -k --keys"
else
_mirrors
fi