mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Show auto-update mode on wiki (issue #145)
This commit is contained in:
parent
e676e34c12
commit
cf35572513
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ def update_wiki(apps, apks, verbose=False):
|
||||||
wikidata += "We don't have the current version of this app."
|
wikidata += "We don't have the current version of this app."
|
||||||
else:
|
else:
|
||||||
wikidata += "We have the current version of this app."
|
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:
|
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"
|
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:
|
if len(app['Current Version']) > 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue