mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-08 18:31:07 +03:00
Put lastbuild log on wiki by vercode (with redirect)
This commit is contained in:
parent
40945aded7
commit
f5890646e6
2 changed files with 7 additions and 2 deletions
|
@ -144,7 +144,7 @@ def update_wiki(apps, apks):
|
|||
buildfails = True
|
||||
apklist.append({'versioncode': int(thisbuild['vercode']),
|
||||
'version': thisbuild['version'],
|
||||
'buildproblem': "The build for this version appears to have failed. Check the [[{0}/lastbuild|build log]].".format(app['id'])
|
||||
'buildproblem': "The build for this version appears to have failed. Check the [[{0}/lastbuild_{1}|build log]].".format(app['id'], thisbuild['vercode'])
|
||||
})
|
||||
if app['Current Version Code'] == '0':
|
||||
cantupdate = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue