From 61e2a77eb157cf68d16e478c7a3f2e56673bc38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 14 Apr 2008 07:07:08 +0000 Subject: [PATCH] fix api call to request log file file. This was the legacy call, which seems not to work anymore. --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index 8876f09c..f4d5efc8 100755 --- a/osc/core.py +++ b/osc/core.py @@ -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