mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
build-tools TODO is unnecessary. fix vercodes.
This commit is contained in:
parent
9efa52276d
commit
05735e9fca
2 changed files with 5 additions and 7 deletions
|
@ -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:]
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue