apklist = []
gotcurrentver = False
cantupdate = False
+ buildfails = False
for apk in apks:
if apk['id'] == app['id']:
if str(apk['versioncode']) == app['Current Version Code']:
builtit = True
break
if not builtit:
+ buildfails = True
apklist.append({
'versioncode': int(thisbuild['vercode']),
'version': thisbuild['version'],
wikidata += '\n[[Category:Apps with no packages]]\n'
elif cantupdate and not app['Disabled']:
wikidata += "\n[[Category:Apps we can't update]]\n"
+ elif cantupdate and not app['Disabled']:
+ wikidata += "\n[[Category:Apps with failing builds]]\n"
elif not gotcurrentver and not app['Disabled']:
wikidata += '\n[[Category:Apps to Update]]\n'
if app['Update Check Mode'] == 'None':