diff options
author | Scott Wittenburg <scott.wittenburg@kitware.com> | 2020-10-05 17:02:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 16:02:37 -0700 |
commit | 438f80d19ec34153b4417e397a6ef3164e4562cf (patch) | |
tree | e6561f4b59302e5cac691052776bd47fe6aa0fd6 /share | |
parent | aabe210689c1ad8243653ce658ed94a4bf2d278a (diff) | |
download | spack-438f80d19ec34153b4417e397a6ef3164e4562cf.tar.gz spack-438f80d19ec34153b4417e397a6ef3164e4562cf.tar.bz2 spack-438f80d19ec34153b4417e397a6ef3164e4562cf.tar.xz spack-438f80d19ec34153b4417e397a6ef3164e4562cf.zip |
Revert binary distribution cache manager (#19158)
This reverts #18359 and follow-on PRs intended to address issues with
#18359 because that PR changes the hash of all specs. A future PR will
reintroduce the changes.
* Revert "Fix location in spec.yaml where we look for full_hash (#19132)"
* Revert "Fix fetch of spec.yaml files from buildcache (#19101)"
* Revert "Merge pull request #18359 from scottwittenburg/add-binary-distribution-cache-manager"
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index c73bdffcb7..6b4b83b489 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1011,7 +1011,7 @@ _spack_info() { _spack_install() { if $list_options then - SPACK_COMPREPLY="-h --help --only -u --until -j --jobs --overwrite --fail-fast --keep-prefix --keep-stage --dont-restage --use-cache --no-cache --cache-only --no-check-signature --require-full-hash-match --show-log-on-error --source -n --no-checksum -v --verbose --fake --only-concrete -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash -y --yes-to-all --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp" + SPACK_COMPREPLY="-h --help --only -u --until -j --jobs --overwrite --fail-fast --keep-prefix --keep-stage --dont-restage --use-cache --no-cache --cache-only --no-check-signature --show-log-on-error --source -n --no-checksum -v --verbose --fake --only-concrete -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash -y --yes-to-all --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp" else _all_packages fi |