summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-weak-hashes
Commit message (Collapse)AuthorAgeFilesLines
* drop confusing comma from no strong hash messageDavid Kalnischkies2016-03-251-1/+1
|
* Report non-transient errors as errors, not as warningsJulian Andres Klode2016-03-161-2/+2
| | | | | This makes it easier to understand what really is an error and what not.
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-141-0/+40
If we can't work with the hashes we parsed from the Release file we display now an error message if the Release file includes only weak hashes instead of downloading the indexes and failing to verify them with "Hash Sum mismatch" even through the hashes didn't mismatch (they were just weak). If for some (unlikely) reason we have got weak hashes only for individual targets we will show a warning to this effect (again, befor downloading and failing the index itself). Closes: 806459