From abf3a696bd978b91cdf0b8badfbbf72f3c4f3c38 Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Fri, 21 Oct 2022 12:17:53 +0200 Subject: Remove "spack buildcache copy" in v0.19.0 (#33437) --- share/spack/spack-completion.bash | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'share') diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index c6d407b4d5..819b131bca 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -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" } -- cgit v1.2.3-60-g2f50