summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2017-09-25 19:47:55 +0200
committerscheibelp <scheibel1@llnl.gov>2017-09-25 10:47:55 -0700
commit28dd6b378cdf5859e0ab7980b0e57ede6e3227db (patch)
tree07df2e0040552a281a20cf9c395b8b5bd3f5766f /.travis.yml
parent8864d145e9925a412bd8f023d2e7bd651b2445a4 (diff)
downloadspack-28dd6b378cdf5859e0ab7980b0e57ede6e3227db.tar.gz
spack-28dd6b378cdf5859e0ab7980b0e57ede6e3227db.tar.bz2
spack-28dd6b378cdf5859e0ab7980b0e57ede6e3227db.tar.xz
spack-28dd6b378cdf5859e0ab7980b0e57ede6e3227db.zip
Fix Protobuf URLs (#5373)
The default implementation of Package.fetch_remote_versions will take a URL like https://github.com/google/protobuf/archive/ and automatically search https://github.com/google/protobuf/releases/ for new package versions. In the case of protobuf the release/ path contains release artifacts for a version and the archive/ path contains the desired source. Since both are associated with the version, and Package.fetch_remote_versions only stores one URL for a given version, the two paths are in conflict; previously the URL returned for a given version was arbitrarily chosen between the two paths. This updates the definition for the Protobuf package to always search for URLs in https://github.com/google/protobuf/archive/
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions