From: Daniel Martí Date: Tue, 8 Apr 2014 16:49:43 +0000 (+0200) Subject: Specify that scanner warnings are not counted X-Git-Tag: 0.2~140 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=2f43d308844ea4c988c80f51b3db097d1a770dc1;p=fdroidserver.git Specify that scanner warnings are not counted --- diff --git a/fdroidserver/build.py b/fdroidserver/build.py index c5842e67..4845b51e 100644 --- a/fdroidserver/build.py +++ b/fdroidserver/build.py @@ -450,7 +450,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d if force: logging.warn('Scanner found %d problems:' % count) else: - raise BuildException("Can't build due to %d scanned problems" % count) + raise BuildException("Can't build due to %d errors while scanning" % count) if not options.notarball: # Build the source tarball right before we build the release...