mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
parent
1bad5b5c6c
commit
33fa918a69
1 changed files with 6 additions and 6 deletions
|
|
@ -182,12 +182,12 @@ def status_update_json(apps, apks):
|
||||||
if appid not in failedBuilds:
|
if appid not in failedBuilds:
|
||||||
failedBuilds[appid] = []
|
failedBuilds[appid] = []
|
||||||
failedBuilds[appid].append(build.versionCode)
|
failedBuilds[appid].append(build.versionCode)
|
||||||
if validapks == 0:
|
if validapks == 0:
|
||||||
output['noPackages'].append(appid)
|
output['noPackages'].append(appid)
|
||||||
if not gotcurrentver:
|
if not gotcurrentver:
|
||||||
output['needsUpdate'].append(appid)
|
output['needsUpdate'].append(appid)
|
||||||
if app.get('UpdateCheckMode') == 'None' and not app.get('Disabled'):
|
if app.get('UpdateCheckMode') == 'None':
|
||||||
output['noUpdateCheck'].append(appid)
|
output['noUpdateCheck'].append(appid)
|
||||||
common.write_status_json(output, options.pretty)
|
common.write_status_json(output, options.pretty)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue