Remove "spack buildcache copy" in v0.19.0 (#33437)

This commit is contained in:
Massimiliano Culpo
2022-10-21 12:17:53 +02:00
committed by GitHub
parent 1e4732d5fe
commit abf3a696bd
2 changed files with 1 additions and 91 deletions

View File

@@ -508,7 +508,7 @@ _spack_buildcache() {
then
SPACK_COMPREPLY="-h --help"
else
SPACK_COMPREPLY="create install list keys preview check download get-buildcache-name save-specfile copy sync update-index"
SPACK_COMPREPLY="create install list keys preview check download get-buildcache-name save-specfile sync update-index"
fi
}
@@ -568,10 +568,6 @@ _spack_buildcache_save_specfile() {
SPACK_COMPREPLY="-h --help --root-spec --root-specfile -s --specs --specfile-dir"
}
_spack_buildcache_copy() {
SPACK_COMPREPLY="-h --help --base-dir --spec-file --destination-url"
}
_spack_buildcache_sync() {
SPACK_COMPREPLY="-h --help --manifest-glob --src-directory --src-mirror-name --src-mirror-url --dest-directory --dest-mirror-name --dest-mirror-url"
}