Skip to content
  • Matt McCormick's avatar
    ExternalData: Add support for multiple hash algorithms · 33a9aaa8
    Matt McCormick authored and Brad King's avatar Brad King committed
    Add support for projects to have `Data.txt.md5` *and* `Data.txt.sha512`
    where the content links hold hashes for the same file.  Check all
    `ExternalData_URL_TEMPLATES` entries in order for all available hashes.
    The data acquisition is considered a failure if none of the available
    URL resources has any of the given hashes.  This makes it possible to
    have multiple data server resources where all servers do not support all
    hashing algorithms.
    33a9aaa8