Add wait to tag-build Add nowait to image-build-indirection
Fixes: https://pagure.io/koji/issue/2522
rebased onto 8888a52d38d26f0778cfcd3250a639e7c976c547
image-build-indirection - added --nowait tag-build - added --wait
and setup: when run in FG without specify --wait/--nowait -> it is waiting when run in BG without specify --wait/--nowait -> it isn't waiting when run in FG/BG with --nowait -> it isn't waiting when run in FG/BG with --wait -> it is waiting
After this fix these two CLIs should be with the same behaviour as in the other CLIs with --wait/--nowait.
I believe this is superior to my pull request PR#2520 because it unifies the behavior for these commands. Mine simply restores one behavior on one koji subcommand.
I am closing PR#2520.
rebased onto baf79f10e441a8cccaa06e05c77a74aba4370395
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
Metadata Update from @jobrauer: - Pull-request tagged with: testing-done
Commit d7076086 fixes this pull-request
Pull-Request has been merged by tkopecek
Add wait to tag-build
Add nowait to image-build-indirection
Fixes: https://pagure.io/koji/issue/2522