Learn more about these different git repos.
Other Git URLs
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 f499a44 fixes this issue
Metadata Update from @tkopecek: - Issue set to the milestone: 1.12
Login to comment on this ticket.