I frequently need to do something like:
koji wait-repo --build blah && do-something
but if I interrupt with Ctrl-C that while wait then koji exits with status 0 and the second command is run.
koji
0
Interrupting a process with Ctrl-C is not a normal process exit, please ensure it has a non-zero exit status.
PR: #304
Commit f499a448 fixes this issue
Metadata Update from @tkopecek: - Issue set to the milestone: 1.12
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/302
Please continue any further discussion there.