diff options
author | Zack Galbreath <zack.galbreath@kitware.com> | 2022-04-14 12:42:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-14 10:42:30 -0600 |
commit | dec3e31e60ccea41d20c87073bf723c382074f08 (patch) | |
tree | 5bdd1bc02e1f972cd355ef78b091bde6bab329a6 /share | |
parent | f5520de4bda4b33422e76bb8127bf9c22092b342 (diff) | |
download | spack-dec3e31e60ccea41d20c87073bf723c382074f08.tar.gz spack-dec3e31e60ccea41d20c87073bf723c382074f08.tar.bz2 spack-dec3e31e60ccea41d20c87073bf723c382074f08.tar.xz spack-dec3e31e60ccea41d20c87073bf723c382074f08.zip |
spack ci: remove relate-CDash-builds functionality (#29950)
gitlab ci: Remove code for relating CDash builds
Relating CDash builds to their dependencies was a seldom used feature. Removing
it will make it easier for us to reorganize our CDash projects & build groups in the
future by eliminating the needs to keep track of CDash build ids in our binary mirrors.
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 135c4eb3b3..b0870551f6 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -548,7 +548,7 @@ _spack_buildcache_check() { } _spack_buildcache_download() { - SPACK_COMPREPLY="-h --help -s --spec --spec-file -p --path -c --require-cdashid" + SPACK_COMPREPLY="-h --help -s --spec --spec-file -p --path" } _spack_buildcache_get_buildcache_name() { |