Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-26 | tests: enhance output of grep and test fails | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-10-07 | ensure partial dirs are 0700 and owned by _apt:root | David Kalnischkies | |
Reworks the API involved in creating and setting up the fetcher to be a bit more pleasent to look at and work with as e.g. an empty string for no lock isn't very nice. With the lock we can also stop creating all our partial directories "just in case". This way we can also be a bit more aggressive with the partial directory itself as with a lock, we know we will gone need it. | |||
2014-09-27 | cleanup partial directory of lists in apt-get clean | David Kalnischkies | |
Not really the intended usecase for apt-get clean, but users expect it to help them in recovery and it can't really hurt as this directory should be empty if everything was fine and proper anyway. Closes: #762889 |