mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-14 02:50:12 +01:00
Always include Maintainer Notes, even if only for auto-generated parts
This commit is contained in:
parent
887e754170
commit
67b6106a55
@ -76,10 +76,10 @@ def update_wiki(apps, apks):
|
|||||||
wikidata += "=Description=\n"
|
wikidata += "=Description=\n"
|
||||||
wikidata += common.description_wiki(app['Description']) + "\n"
|
wikidata += common.description_wiki(app['Description']) + "\n"
|
||||||
|
|
||||||
|
wikidata += "=Maintainer Notes=\n"
|
||||||
if 'Maintainer Notes' in app:
|
if 'Maintainer Notes' in app:
|
||||||
wikidata += "=Maintainer Notes=\n"
|
|
||||||
wikidata += common.description_wiki(app['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...
|
# Get a list of all packages for this application...
|
||||||
apklist = []
|
apklist = []
|
||||||
|
Loading…
Reference in New Issue
Block a user