]> git.saurik.com Git - apt.git/commit
new quiet level -qq for apt to hide progress output
authorDavid Kalnischkies <david@kalnischkies.de>
Sun, 25 Oct 2015 11:35:00 +0000 (12:35 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:03 +0000 (18:04 +0100)
commit2b0660b537581e9e65180e4cf1a94d763fd66847
treef5974711f9fc848100405267917f7dcb06ad1c84
parente7e10e47476606e3b2274cf66b1e8ea74b236757
new quiet level -qq for apt to hide progress output

-q is for logging and -qqq (old -qq) basically kills every output expect
errors, so there should be a way of declaring a middleground in which
the output of e.g. 'update' isn't as verbose, but still shows some
things. The test framework was actually making use of by accident as it
ignored the quiet level in output setup for apt before.
Eventually we should figure out some better quiet levels for all tools…
12 files changed:
apt-pkg/contrib/progress.cc
apt-private/acqprogress.cc
apt-private/private-download.cc
apt-private/private-download.h
apt-private/private-install.cc
apt-private/private-update.cc
cmdline/apt-get.cc
cmdline/apt-helper.cc
cmdline/apt.cc
test/integration/test-apt-cli-update
test/integration/test-apt-update-nofallback
test/integration/test-apt-update-rollback