When running a runroot task, it is tied to the client program. Interrupting it causes the task to be canceled.
# koji runroot --task-id --use-shell f26-build x86_64 'sleep 10 && date' 90134190 ^CUser interrupt: canceling runroot task
Can we have --nowait option that works the same as for build command?
This would be helpful in Pungi to print the task ID sooner: we could start the task, print the ID and then wait for it to finish with the watch-task command.
watch-task
@mikem Shall we include this issue in koji1.14 or koji 1.15 release plan?
PR #633
Metadata Update from @tkopecek: - Issue set to the milestone: 1.15
Commit dec0c7b7 fixes this issue
Commit 21427c0e relates to this ticket
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/564
Please continue any further discussion there.