build-tools TODO is unnecessary. fix vercodes.

This commit is contained in:
Daniel Martí 2013-05-20 14:06:18 +02:00
parent 9efa52276d
commit 05735e9fca
2 changed files with 5 additions and 7 deletions

View file

@ -86,8 +86,7 @@ def update_wiki(apps, apks, verbose=False):
if thisbuild['vercode'] == app['Current Version Code']:
cantupdate = True
apklist.append({
#TODO: Nasty: vercode is a string in the build, and an int elsewhere
'versioncode': int(thisbuild['vercode']),
'versioncode': thisbuild['vercode'],
'version': thisbuild['version'],
'buildproblem': thisbuild['commit'][1:]
})