chiark / gitweb /
Always include Maintainer Notes, even if only for auto-generated parts
authorCiaran Gultnieks <ciaran@ciarang.com>
Fri, 15 Nov 2013 10:00:04 +0000 (10:00 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Fri, 15 Nov 2013 10:00:04 +0000 (10:00 +0000)
fdroidserver/update.py

index 27f87296218d13ec220245435f896ca147d4c891..073e005b34f59f77a20da0b72ad7a8d6aaf0a8f8 100644 (file)
@@ -76,10 +76,10 @@ def update_wiki(apps, apks):
         wikidata += "=Description=\n"
         wikidata += common.description_wiki(app['Description']) + "\n"
 
+        wikidata += "=Maintainer Notes=\n"
         if 'Maintainer Notes' in app:
-            wikidata += "=Maintainer Notes=\n"
             wikidata += common.description_wiki(app['Maintainer Notes']) + "\n"
-            wikidata += "\nMetadata: [https://gitorious.org/f-droid/fdroiddata/source/master:metadata/{0}.txt current] [https://gitorious.org/f-droid/fdroiddata/history/metadata/{0}.txt history]\n".format(app['id'])
+        wikidata += "\nMetadata: [https://gitorious.org/f-droid/fdroiddata/source/master:metadata/{0}.txt current] [https://gitorious.org/f-droid/fdroiddata/history/metadata/{0}.txt history]\n".format(app['id'])
 
         # Get a list of all packages for this application...
         apklist = []