Files
Zygmunt Krynicki 970996a5d0 packaging: filter out verbose flags from "dh-golang"
dh-golang calls "go install", "go test" and "go generate" with "-v" to
unconditionally enable verbose mode. This may saturate the 4MB limit
that travis puts on log files. To get some actually _useful_ output,
filter the -v argument out.

Since this is a RFC I only applied this to Ubuntu but I can make it work
for other packaging wrappers.

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@canonical.com>
2018-05-24 21:59:59 +02:00
..