summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2024-07-02 22:06:52 +0200
committerGitHub <noreply@github.com>2024-07-02 22:06:52 +0200
commit6b85f6b405c3ea8abc4015b23a7420cf33e70ee8 (patch)
tree3486a1fa9b0f9ef2915c4d1240848cec9e342a33 /share
parent5686a6b92824829c01f0d98e92f574e21314ca49 (diff)
downloadspack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.gz
spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.bz2
spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.tar.xz
spack-6b85f6b405c3ea8abc4015b23a7420cf33e70ee8.zip
ci: deprecate the --dependencies and --optimize option (#45005)
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.fish b/share/spack/spack-completion.fish
index 4239faddc8..d2d883ff93 100755
--- a/share/spack/spack-completion.fish
+++ b/share/spack/spack-completion.fish
@@ -962,9 +962,9 @@ complete -c spack -n '__fish_spack_using_command ci generate' -l output-file -r
complete -c spack -n '__fish_spack_using_command ci generate' -l copy-to -r -f -a copy_to
complete -c spack -n '__fish_spack_using_command ci generate' -l copy-to -r -d 'path to additional directory for job files'
complete -c spack -n '__fish_spack_using_command ci generate' -l optimize -f -a optimize
-complete -c spack -n '__fish_spack_using_command ci generate' -l optimize -d '(experimental) optimize the gitlab yaml file for size'
+complete -c spack -n '__fish_spack_using_command ci generate' -l optimize -d '(DEPRECATED) optimize the gitlab yaml file for size'
complete -c spack -n '__fish_spack_using_command ci generate' -l dependencies -f -a dependencies
-complete -c spack -n '__fish_spack_using_command ci generate' -l dependencies -d '(experimental) disable DAG scheduling (use \'plain\' dependencies)'
+complete -c spack -n '__fish_spack_using_command ci generate' -l dependencies -d '(DEPRECATED) disable DAG scheduling (use \'plain\' dependencies)'
complete -c spack -n '__fish_spack_using_command ci generate' -l buildcache-destination -r -f -a buildcache_destination
complete -c spack -n '__fish_spack_using_command ci generate' -l buildcache-destination -r -d 'override the mirror configured in the environment'
complete -c spack -n '__fish_spack_using_command ci generate' -l prune-dag -f -a prune_dag