Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | |
not exist to not generate sources.list entries later for them | |||
2010-10-21 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | |
- Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852) | |||
2010-10-13 | tests/integration/test-*: remove a bunch of "local" that are used outside ↵ | Michael Vogt | |
funtions (bash complains) | |||
2010-09-29 | fix the testcases which were broken by the new space between number and unit | David Kalnischkies | |
2010-09-09 | add a simple testcase for the previously fixed bug 595691 to check | David Kalnischkies | |
in future that APT plays considerable well with empty archives |