summaryrefslogtreecommitdiff
path: root/test/integration/Packages-releasefile-verification
Commit message (Collapse)AuthorAgeFilesLines
* Give our test packages proper size informationDavid Kalnischkies2021-06-101-3/+3
| | | | | | | | Temporary hacks should be temporary, especially if they hide bugs. After fixing one in the previous commit this is just busy work to add download information to the places which check that output. Gbp-Dch: Ignore
* Consider md5sum no longer a usable hashMichael Vogt2015-09-011-0/+1
| | | | | The md5sum hash is broken since some time and we should no longer consider it a usable hash. Also update the tests to reflect this.
* simple fork and pidfile aptwebserverDavid Kalnischkies2013-06-241-0/+1
| | | | | | | | | | | Forking only after being ready to accept clients avoids running races with the tests which sometimes failed on the first 'apt-get update' (or similar) with the previous background-start and hope for the best… The commit fixes also some oversight output-order changes in regards to Description-md5 and (I-M-S) race conditions in various tests. Git-Dch: Ignore
* - try downloading clearsigned InRelease before trying Release.gpgDavid Kalnischkies2011-01-201-0/+18
* apt-pkg/deb/deblistparser.cc: - rewrite LoadReleaseInfo to cope with clearsigned Releasefiles