mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-11 09:16:18 -04:00
Pass verbose flag to buildserver's build.py
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user