mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Specify that scanner warnings are not counted
This commit is contained in:
parent
e8c47765ae
commit
2f43d30884
1 changed files with 1 additions and 1 deletions
|
|
@ -450,7 +450,7 @@ def build_local(app, thisbuild, vcs, build_dir, output_dir, srclib_dir, extlib_d
|
||||||
if force:
|
if force:
|
||||||
logging.warn('Scanner found %d problems:' % count)
|
logging.warn('Scanner found %d problems:' % count)
|
||||||
else:
|
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:
|
if not options.notarball:
|
||||||
# Build the source tarball right before we build the release...
|
# Build the source tarball right before we build the release...
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue