core/download: don't be needlessly verbose in backends
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 26 Jul 2015 10:26:26 +0000 (12:26 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 26 Jul 2015 13:18:39 +0000 (15:18 +0200)
commit3dea23cf53258a3fa36cff6832fe193d75afdad1
tree2b82b2f1af2390ab54ec5f0ac324e20f56e81fab
parent889a4a8d4f609f9e3c33afc8953d045255ef2b54
core/download: don't be needlessly verbose in backends

In 50c8b7e (support/download: support -q in all download backends), the
backend were made to respect the quietness of the main Makefile, when -s
is poassed on the 'make' command line. In doing so, they were all made
to be verbose by default.

However, the verbosity of some of the tools, like scp, is very high, and
is in fact intended for debug purposes.

Drop being verbose by default, just use whatever each tool deems normal
output. Only respect the quietness requested by the user.

Reported-by: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/download/bzr
support/download/cp
support/download/git
support/download/hg
support/download/scp
support/download/wget