1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-11 15:13:27 +02:00

Fix bug in reading old recipes

This commit is contained in:
Daniel Martí 2014-06-15 12:16:10 +02:00
parent 14f6e519d1
commit 0f6cb94041

View File

@ -711,6 +711,7 @@ def parse_metadata(metafile):
buildlines = [value[:-1]]
else:
curbuild = parse_buildline([value])
thisinfo['builds'].append(curbuild)
add_comments('build:' + thisinfo['builds'][-1]['vercode'])
elif fieldtype == 'buildv2':
curbuild = {}