spack/lib/spack
Todd Gamblin 9dbe1d7776
bugfix: fix spack -V with releases/latest and shallow clones (#17884)
`spack -V` stopped working when we added the `releases/latest` tag to
track the most recent release. It started just reporting the version,
even on a `develop` checkout. We need to tell it to *only* search for
tags that start with `v`, so that it will ignore `releases/latest`.

`spack -V` also would print out unwanted git eror output on a shallow
clone.

- [x] add `--match 'v*'` to `git describe` arguments
- [x] route error output to `os.devnull`
2020-08-05 17:01:18 -07:00
..
docs Fix docs about containers on cray (#17431) 2020-08-03 16:16:18 -07:00
env compiler wrappers: don't override -isystem with -I (#16077) 2020-04-21 13:56:50 -07:00
external Vendoring: remove dependency on Setuptools from vendored pytest (#15612) 2020-03-23 16:55:07 -07:00
llnl Reduce output verbosity with debug levels (#17546) 2020-07-23 13:59:12 -07:00
spack bugfix: fix spack -V with releases/latest and shallow clones (#17884) 2020-08-05 17:01:18 -07:00