This is an option for debugging kojid. I needed this to debug a build problem and thought it would be useful to keep.
Using this option makes it feasible to use the python debugger on a task handler.
Fixes https://pagure.io/koji/issue/4440
Note: this is really only useful in situations where you can control the task the host gets. The easiest way to do that is to remove the host from all channels and manually assign tasks to it.
1 new commit added
fix unit tests
@julian8628
:thumbsup:
Metadata Update from @mikem: - Pull-request tagged with: testing-basic
Metadata Update from @mfilip: - Pull-request tagged with: testing-done
rebased onto 49338e91f91cb64fe2db5b7c5498c0b7119c7b61
Commit 67cc2cdb fixes this pull-request
Pull-Request has been merged by mikem
This is an option for debugging kojid. I needed this to debug a build problem and thought it would be useful to keep.
Using this option makes it feasible to use the python debugger on a task handler.
Fixes https://pagure.io/koji/issue/4440