mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
build: pass --refresh-scanner thru to buildserver VM
This commit is contained in:
parent
35c373a473
commit
04cedd1808
1 changed files with 2 additions and 0 deletions
|
@ -232,6 +232,8 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
||||||
cmdline += ' --force --test'
|
cmdline += ' --force --test'
|
||||||
if options.verbose:
|
if options.verbose:
|
||||||
cmdline += ' --verbose'
|
cmdline += ' --verbose'
|
||||||
|
if options.refresh_scanner or config.get('refresh_scanner'):
|
||||||
|
cmdline += ' --refresh-scanner'
|
||||||
if options.skipscan:
|
if options.skipscan:
|
||||||
cmdline += ' --skip-scan'
|
cmdline += ' --skip-scan'
|
||||||
if options.notarball:
|
if options.notarball:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue