chiark / gitweb /
Put lastbuild log on wiki by vercode (with redirect)
[fdroidserver.git] / fdroidserver / update.py
index a1955e5b7ed765c219016590d1f4db40d8aaf44c..6df7f1fa0e5d709f6a0f289763ee5498036ac40a 100644 (file)
@@ -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