From: Daniel Martí Date: Fri, 25 Oct 2013 15:16:40 +0000 (+0200) Subject: Don't place UCM:Static in apps to update X-Git-Tag: 0.1~305 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1452a55642cbebb5396e166236e9628c9d7207c0;p=fdroidserver.git Don't place UCM:Static in apps to update --- diff --git a/fdroidserver/update.py b/fdroidserver/update.py index 53269a53..77035793 100644 --- a/fdroidserver/update.py +++ b/fdroidserver/update.py @@ -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'