chiark / gitweb /
make FDroidPopen output based on --verbose
authorHans-Christoph Steiner <hans@eds.org>
Mon, 2 Jun 2014 20:12:50 +0000 (16:12 -0400)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 5 Jun 2014 02:01:25 +0000 (22:01 -0400)
commited73db65ae13699a405d7c5f4888afb092a4df21
treef804ad7079ae3884f549f69808710092e9f1cb97
parentc6d946ed54604ee75131d8dc835834f982b99766
make FDroidPopen output based on --verbose

FDroidPopen outputs by default, this should be controlled by the --verbose
flag so that most of the time, only meaningful messages are shown like
errors and such.  For command output that should be shown everytime,
output=True can be set.
fdroidserver/common.py
fdroidserver/update.py