Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | configurable compression for testcases | David Kalnischkies | 2013-08-28 | 1 | -3/+1 |
| | | | | | | | | Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore | ||||
* | fix the remaining lzma calls with xz --format=lzma in the testcases | David Kalnischkies | 2012-04-11 | 1 | -1/+1 |
| | |||||
* | remove the caches in 'apt-get update', too, as they will be | David Kalnischkies | 2011-08-22 | 1 | -2/+0 |
| | | | invalid in most cases anyway | ||||
* | * apt-pkg/acquire-item.cc: | Michael Vogt | 2011-08-05 | 1 | -0/+7 |
| | | | | - if no Release.gpg file is found, still load the hashes for verification (closes: #636314) and add test | ||||
* | * test/integration/test-hashsum-verification: | Michael Vogt | 2011-08-05 | 1 | -0/+76 |
- add regression test for hashsum verification |