summaryrefslogtreecommitdiff
path: root/test/integration/test-bug-872963-apt-ftparchive-disable-hashes
Commit message (Collapse)AuthorAgeFilesLines
* ftparchive: Do not pass through disabled hashes in SourcesJulian Andres Klode2017-09-091-0/+40
When writing a Sources files hashes that were already present in the .dsc were always copied through (or modified), even if disabled. Remove them instead when they are disabled, otherwise we end up with hashes for tarballs and stuff but not for dsc files (as the dsc obviously does not hash itself). Also adjust the tests: test-compressed-indexes relied on Files being present in showsrc, and test-apt-update-weak-hashes expected the tarball to be downloaded when an archive only has MD5 and we are requiring SHA256 because that used to work because the tarball was always included. Closes: #872963