chiark / gitweb /
Lose some spurious 'apps to update' entries from wiki
authorCiaran Gultnieks <ciaran@ciarang.com>
Mon, 20 Jan 2014 11:50:48 +0000 (11:50 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Mon, 20 Jan 2014 11:50:48 +0000 (11:50 +0000)
fdroidserver/update.py

index ceb4d3921e4dd029fac040dac8cb4da684de7b0b..b71d97827034d66530b7dc6c131332cb288fc31b 100644 (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'