From: Peter van Dijk Date: Tue, 16 May 2023 07:18:00 +0000 (+0200) Subject: apt no qq X-Git-Tag: rec-4.9.0-beta1~15^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fb0ebf1e9dea4063aabd735319600fa4273466a;p=thirdparty%2Fpdns.git apt no qq --- diff --git a/tasks.py b/tasks.py index 96f2208974..62880a5c9f 100644 --- a/tasks.py +++ b/tasks.py @@ -221,7 +221,7 @@ def install_auth_test_deps(c, backend): # FIXME: rename this, we do way more tha extra=[] for b in backend: extra.extend(auth_backend_test_deps[b]) - c.sudo('apt-get -y -qq install ' + ' '.join(extra+auth_test_deps)) + c.sudo('apt-get -y install ' + ' '.join(extra+auth_test_deps)) c.run('chmod +x /opt/pdns-auth/bin/* /opt/pdns-auth/sbin/*') # c.run('''if [ ! -e $HOME/bin/jdnssec-verifyzone ]; then