mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Pass verbose flag to buildserver's build.py
This commit is contained in:
parent
95495b2818
commit
4ee57f2d8b
@ -320,6 +320,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, force):
|
||||
cmdline = 'python build.py --on-server'
|
||||
if force:
|
||||
cmdline += ' --force --test'
|
||||
if options.verbose:
|
||||
cmdline += ' --verbose'
|
||||
cmdline += ' -p ' + app['id'] + ' --vercode ' + thisbuild['vercode']
|
||||
chan.exec_command('bash -c ". ~/.bsenv && ' + cmdline + '"')
|
||||
output = ''
|
||||
|
Loading…
Reference in New Issue
Block a user