cli: show log urls for failed tasks
Fixes: https://pagure.io/koji/issue/2188
This commit is contained in:
parent
30e87348b8
commit
bc478c2d68
17 changed files with 86 additions and 59 deletions
|
|
@ -87,7 +87,7 @@ def handle_runroot(options, session, args):
|
|||
if opts.watch:
|
||||
session.logout()
|
||||
return watch_tasks(session, [task_id], quiet=opts.quiet,
|
||||
poll_interval=options.poll_interval)
|
||||
poll_interval=options.poll_interval, topurl=options.topurl)
|
||||
|
||||
try:
|
||||
while True:
|
||||
|
|
|
|||
|
|
@ -71,4 +71,5 @@ def handle_save_failed_tree(options, session, args):
|
|||
else:
|
||||
session.logout()
|
||||
return watch_tasks(session, [task_id],
|
||||
quiet=opts.quiet, poll_interval=options.poll_interval)
|
||||
quiet=opts.quiet, poll_interval=options.poll_interval,
|
||||
topurl=options.topurl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue