chiark / gitweb /
Show auto-update mode on wiki (issue #145)
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Jul 2013 08:43:35 +0000 (09:43 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 16 Jul 2013 08:43:35 +0000 (09:43 +0100)
fdroidserver/update.py

index 31105789b028b289a20016c7c07dfd9cda0e786b..04d05dfbe772f34adf7cb134b5cd714f4babfde2 100644 (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: