summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorvsoch <vsoch@users.noreply.github.com>2021-05-17 17:33:15 -0600
committerTodd Gamblin <tgamblin@llnl.gov>2021-05-19 07:01:18 -0700
commitf2b362b5b30e77fe6a2ccb2b2997ff000340d5f9 (patch)
tree182a76e758a7bae7ded772ec234275aa8d5d36ad /share
parent747e3cad1c7d32a5f3d3898a96c28b2c0960e650 (diff)
downloadspack-f2b362b5b30e77fe6a2ccb2b2997ff000340d5f9.tar.gz
spack-f2b362b5b30e77fe6a2ccb2b2997ff000340d5f9.tar.bz2
spack-f2b362b5b30e77fe6a2ccb2b2997ff000340d5f9.tar.xz
spack-f2b362b5b30e77fe6a2ccb2b2997ff000340d5f9.zip
adding support to tag a build
This will be useful to run multiple build experiments and organize by name Signed-off-by: vsoch <vsoch@users.noreply.github.com>
Diffstat (limited to 'share')
-rwxr-xr-xshare/spack/spack-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash
index 0c17f29312..6fb681afe3 100755
--- a/share/spack/spack-completion.bash
+++ b/share/spack/spack-completion.bash
@@ -358,7 +358,7 @@ _spack_add() {
_spack_analyze() {
if $list_options
then
- SPACK_COMPREPLY="-h --help --monitor --monitor-no-auth --monitor-keep-going --monitor-host --monitor-prefix"
+ SPACK_COMPREPLY="-h --help --monitor --monitor-no-auth --monitor-tags --monitor-keep-going --monitor-host --monitor-prefix"
else
SPACK_COMPREPLY="list-analyzers run"
fi
@@ -1063,7 +1063,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 --monitor --monitor-no-auth --monitor-keep-going --monitor-host --monitor-prefix --include-build-deps --no-check-signature --require-full-hash-match --show-log-on-error --source -n --no-checksum --deprecated -v --verbose --fake --only-concrete --no-add -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp -y --yes-to-all"
+ SPACK_COMPREPLY="-h --help --only -u --until -j --jobs --overwrite --fail-fast --keep-prefix --keep-stage --dont-restage --use-cache --no-cache --cache-only --monitor --monitor-no-auth --monitor-tags --monitor-keep-going --monitor-host --monitor-prefix --include-build-deps --no-check-signature --require-full-hash-match --show-log-on-error --source -n --no-checksum --deprecated -v --verbose --fake --only-concrete --no-add -f --file --clean --dirty --test --run-tests --log-format --log-file --help-cdash --cdash-upload-url --cdash-build --cdash-site --cdash-track --cdash-buildstamp -y --yes-to-all"
else
_all_packages
fi