mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Merge branch 'update_status' into 'master'
Write status json upon fdroid update start (Closes: #1114) Closes #1114 See merge request fdroid/fdroidserver!1338
This commit is contained in:
commit
135fb76b6d
1 changed files with 1 additions and 0 deletions
|
@ -2179,6 +2179,7 @@ def main():
|
||||||
metadata.warnings_action = options.W
|
metadata.warnings_action = options.W
|
||||||
|
|
||||||
config = common.read_config(options)
|
config = common.read_config(options)
|
||||||
|
common.setup_status_output(start_timestamp)
|
||||||
|
|
||||||
common.use_androguard()
|
common.use_androguard()
|
||||||
if not (('jarsigner' in config or 'apksigner' in config)
|
if not (('jarsigner' in config or 'apksigner' in config)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue