1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-17 10:40:12 +02:00

Lose some spurious 'apps to update' entries from wiki

This commit is contained in:
Ciaran Gultnieks 2014-01-20 11:50:48 +00:00
parent 6336de11a7
commit 5ac41e7ca7

View File

@ -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'