mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 00:40:11 +01:00
Lose some spurious 'apps to update' entries from wiki
This commit is contained in:
parent
6336de11a7
commit
5ac41e7ca7
@ -181,7 +181,7 @@ def update_wiki(apps, apks):
|
||||
wikidata += "\n[[Category:Apps we can't update]]\n"
|
||||
if buildfails and not app['Disabled']:
|
||||
wikidata += "\n[[Category:Apps with failing builds]]\n"
|
||||
elif not gotcurrentver and not app['Disabled'] and app['Update Check Mode'] != "Static":
|
||||
elif not gotcurrentver and not cantupdate and not app['Disabled'] and app['Update Check Mode'] != "Static":
|
||||
wikidata += '\n[[Category:Apps to Update]]\n'
|
||||
if app['Disabled']:
|
||||
wikidata += '\n[[Category:Apps that are disabled]]\n'
|
||||
|
Loading…
Reference in New Issue
Block a user