1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

fix api call to request log file file. This was the legacy call, which

seems not to work anymore.
This commit is contained in:
Adrian Schröter 2008-04-14 07:07:08 +00:00
parent 6debf60892
commit 61e2a77eb1

View File

@ -2512,7 +2512,7 @@ def get_results(apiurl, prj, package):
if rmap['status'] == 'failed':
rmap['status'] += ': %s' % apiurl + \
'/result/%(prj)s/%(rep)s/%(pac)s/%(arch)s/log' % rmap
'/build/%(prj)s/%(rep)s/%(arch)s/%(pac)s/_log' % rmap
r.append(result_line_templ % rmap)
return r