summaryrefslogtreecommitdiff
path: root/test/integration/Packages-pdiff-usage-new
Commit message (Collapse)AuthorAgeFilesLines
* simple fork and pidfile aptwebserverDavid Kalnischkies2013-06-241-0/+2
| | | | | | | | | | | 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
* - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies2011-11-111-13/+13
| | | | | * cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960)
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-211-0/+37
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.