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

Show auto-update mode on wiki (issue #145)

This commit is contained in:
Ciaran Gultnieks 2013-07-16 09:43:35 +01:00
parent e676e34c12
commit cf35572513

View File

@ -101,7 +101,8 @@ def update_wiki(apps, apks, verbose=False):
wikidata += "We don't have the current version of this app."
else:
wikidata += "We have the current version of this app."
wikidata += " (Check mode: " + app['Update Check Mode'] + ")\n\n"
wikidata += " (Check mode: " + app['Update Check Mode'] + ") "
wikidata += " (Auto-update mode: " + app['Auto Update Mode'] + ")\n\n"
if len(app['No Source Since']) > 0:
wikidata += "This application has partially or entirely been missing source code since version " + app['No Source Since'] + ".\n\n"
if len(app['Current Version']) > 0: