Re: Mock - signal reaction

2019-07-31 Thread Jan Buchmaier
Well, this is a question from Miroslav Suchý on my PR with a solution. https://github.com/rpm-software-management/mock/pull/293 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fe

Re: Mock - signal reaction

2019-07-30 Thread Jan Buchmaier
Do we want to catch/process SIGABRT as well? ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/

Mock - signal reaction

2019-06-03 Thread Jan Buchmaier
Now I'm working on signal SIGTERM handling and I would like to kill all processes related to the main mock process. What do you think is it a good idea to kill all processes, or do we want to kill the main process only? And what about SIGINT so-called KeyInterrupt in python? Same reaction? __