summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
Commit message (Collapse)AuthorAgeFilesLines
* add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-241-15/+17
| | | | | | | | There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs".
* add test for apt showMichael Vogt2014-01-221-1/+2
|
* add purge to the apt cmdlineMichael Vogt2014-01-171-1/+5
|
* add missing integration test for "apt list"Michael Vogt2014-01-171-10/+13
|
* reword !isatty() warningMichael Vogt2014-01-171-4/+3
|
* add apt upgrade --distMichael Vogt2014-01-171-1/+10
|
* move EditSources into its own fileMichael Vogt2013-11-281-37/+1
|
* add check when sources.list changedMichael Vogt2013-11-261-6/+14
|
* add syntax check for sources.listMichael Vogt2013-11-261-3/+16
|
* add basic "edit-sources" commandMichael Vogt2013-11-251-0/+24
|
* squash merge of the feature/apt-binary branch without the changes from ↵Michael Vogt2013-08-121-0/+158
experimental