Skip to content
Snippets Groups Projects
  1. Aug 06, 2020
    • Todd Gamblin's avatar
      bugfix: fix spack -V with releases/latest and shallow clones (#17884) · 9dbe1d77
      Todd Gamblin authored
      `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`
      Unverified
      9dbe1d77
  2. Aug 05, 2020
  3. Aug 04, 2020
  4. Aug 03, 2020
Loading