mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-19 21:30:10 +01:00
build: pass --verbose flag through to scanner
This commit is contained in:
parent
ee54dbce87
commit
d7b3bca1e7
@ -512,6 +512,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||
else:
|
||||
# Scan before building...
|
||||
logging.info("Scanning source for common problems...")
|
||||
scanner.options = options # pass verbose through
|
||||
count = scanner.scan_source(build_dir, build)
|
||||
if count > 0:
|
||||
if force:
|
||||
|
Loading…
Reference in New Issue
Block a user