mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-28 10:46:15 +01: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:
parent
6debf60892
commit
61e2a77eb1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user