mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-07 07:50:28 +03:00
parent
a10957942f
commit
a728582077
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue