summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-update-empty-files
Commit message (Collapse)AuthorAgeFilesLines
* ensure outdated files are dropped without lists-cleanupDavid Kalnischkies2016-04-141-0/+18
| | | | | Tested via (newly) empty index files, but effects also files dropped from the repository or an otherwise changed repository config.
* silently skip acquire of empty index filesDavid Kalnischkies2016-04-141-1/+5
| | | | | There is just no point in taking the time to acquire empty files – especially as it will be tiny non-empty compressed files usually.
* allow uncompressed files to be empty in store againDavid Kalnischkies2016-04-141-0/+25
With the previous fix for file applied we can again hit repositories which contain uncompressed empty files, which since the introduction of the central store: method wasn't accounted for anymore as we forbid empty compressed files.