1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Don't place UCM:Static in apps to update

This commit is contained in:
Daniel Martí 2013-10-25 17:16:40 +02:00
parent b7425d7253
commit 1452a55642

View File

@ -150,7 +150,7 @@ def update_wiki(apps, apks, verbose=False):
wikidata += "\n[[Category:Apps we can't update]]\n"
elif buildfails and not app['Disabled']:
wikidata += "\n[[Category:Apps with failing builds]]\n"
elif not gotcurrentver and not app['Disabled']:
elif not gotcurrentver 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'