Write maintainer notes to wiki

This commit is contained in:
Ciaran Gultnieks 2013-11-05 16:39:45 +00:00
parent ceee4c0e95
commit 356f12ab2f
2 changed files with 6 additions and 1 deletions

View file

@ -76,6 +76,10 @@ def update_wiki(apps, apks):
wikidata += "=Description=\n"
wikidata += common.description_wiki(app['Description']) + "\n"
if 'Maintainer Notes' in app:
wikidata += "=Maintainer Notes=\n"
wikidata += common.description_wiki(app['Maintainer Notes']) + "\n"
# Get a list of all packages for this application...
apklist = []
gotcurrentver = False