diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-10-24 16:02:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-24 16:02:28 -0700 |
commit | dbee91f7f1616113e21ebc5e186f0f66bfc21a9c (patch) | |
tree | 2d6362d45d4604f1ea981dc683c4a7a1eecd80ec /.travis.yml | |
parent | 757387dc2a43a0add5a6d49ccc8bbc6a73352720 (diff) | |
download | spack-dbee91f7f1616113e21ebc5e186f0f66bfc21a9c.tar.gz spack-dbee91f7f1616113e21ebc5e186f0f66bfc21a9c.tar.bz2 spack-dbee91f7f1616113e21ebc5e186f0f66bfc21a9c.tar.xz spack-dbee91f7f1616113e21ebc5e186f0f66bfc21a9c.zip |
bugfix: allow fetching no-code packages (#13429)
Previously, spack would error out if we tried to fetch something with no
code, but that would prevent fetching dependencies. In particular, this
would fail:
spack fetch --dependencies xsdk
- [x] Instead of raising an error, just print a message that there is nothing
to be fetched for packages like xsdk that do not have code.
- [x] Make BundleFetchStrategy a bit more quiet about doing nothing.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions