]> git.saurik.com Git - apt.git/commit - test/integration/test-apt-keep-downloaded-pkgs
Add new APT::Keep-Downloaded-Packages option
authorMichael Vogt <mvo@ubuntu.com>
Sat, 2 Jan 2016 21:08:30 +0000 (22:08 +0100)
committerMichael Vogt <mvo@ubuntu.com>
Sat, 2 Jan 2016 21:18:13 +0000 (22:18 +0100)
commitee02b5b3949372a178d37cadaa08db0bfd5b991f
tree873cb79c1a6e86b8dfffe5f65604665c70adb17c
parentbd8274311db48fdcc78456c17c2d59497b96cc2f
Add new APT::Keep-Downloaded-Packages option

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
apt-private/private-cmndline.cc
apt-private/private-install.cc
test/integration/test-apt-keep-downloaded-pkgs [new file with mode: 0755]