mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
build: pass --verbose flag through to scanner
This commit is contained in:
parent
ee54dbce87
commit
d7b3bca1e7
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
|
||||||
else:
|
else:
|
||||||
# Scan before building...
|
# Scan before building...
|
||||||
logging.info("Scanning source for common problems...")
|
logging.info("Scanning source for common problems...")
|
||||||
|
scanner.options = options # pass verbose through
|
||||||
count = scanner.scan_source(build_dir, build)
|
count = scanner.scan_source(build_dir, build)
|
||||||
if count > 0:
|
if count > 0:
|
||||||
if force:
|
if force:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue