Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | skip test if "apt" is not build | Michael Vogt | 2014-02-22 | 1 | -0/+7 |
| | |||||
* | move isatty() check into InitOutput() | Michael Vogt | 2014-02-05 | 1 | -4/+2 |
| | |||||
* | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | 2014-01-24 | 1 | -0/+34 |
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". |