#564 Add --nowait option for koji runroot
Closed: Fixed 6 years ago Opened 6 years ago by dustymabe.

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.

@mikem Shall we include this issue in koji1.14 or koji 1.15 release plan?

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.15

6 years ago

Commit 21427c0 relates to this ticket

Login to comment on this ticket.

Metadata