mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
parent
a10957942f
commit
a728582077
@ -214,6 +214,8 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
|||||||
cmdline += ' --verbose'
|
cmdline += ' --verbose'
|
||||||
if options.skipscan:
|
if options.skipscan:
|
||||||
cmdline += ' --skip-scan'
|
cmdline += ' --skip-scan'
|
||||||
|
if options.notarball:
|
||||||
|
cmdline += ' --no-tarball'
|
||||||
cmdline += " %s:%s" % (app.id, build.versionCode)
|
cmdline += " %s:%s" % (app.id, build.versionCode)
|
||||||
chan.exec_command('bash --login -c "' + cmdline + '"')
|
chan.exec_command('bash --login -c "' + cmdline + '"')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user