summaryrefslogtreecommitdiff
path: root/test/integration/test-apt-keep-downloaded-pkgs
Commit message (Collapse)AuthorAgeFilesLines
* fix 'install --no-download' modeDavid Kalnischkies2017-01-191-1/+12
| | | | | | | The mode wasn't working at all if not used together with --fix-missing which while likely to come in pairs its legal to use standalone. Regression-in: eb1f04dda07c2b69549ad9fd793cca0e91841b3e
* Add new APT::Keep-Downloaded-Packages optionMichael Vogt2016-01-021-0/+43
This option controls if downloaded packages should be kept after a successful install or if they should be deleted. The default for "apt-get" is that they are kept (just like before). However the default for "apt" is that they get deleted. Closes: #160743