pungi/pungi/scripts
Lubomír Sedlář 99c1e2eb5e Kill all subprocess in signal handler
When Pungi receives a signal to terminate, it can sometimes get stuck
if there are threads running. It has to wait for all worker threads to
finish. They generally do finish, unless they get stuck waiting on a
subprocess.

This patch should reduce the likelihood of this happening by stopping
all subprocesses.

JIRA: RHELCMP-3056
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2020-11-09 08:45:57 +01:00
..
__init__.py cleanup: refactor scripts via entry points 2019-12-10 10:53:31 +08:00
comps_filter.py Fix flake8 complaints - E501 2020-02-07 14:36:46 +08:00
config_dump.py cleanup: refactor scripts via entry points 2019-12-10 10:53:31 +08:00
config_validate.py The pungi-config-validate --dump-schema now respects --schema-override. 2020-02-13 07:27:09 +01:00
create_unified_isos.py Allow only creating unified ISO for specified arch 2020-06-09 09:47:12 +08:00
fedmsg_notification.py Port scripts/fedmsg_notification.py to fedora-messaging 2020-06-17 10:11:39 +02:00
patch_iso.py Support change of the patch-iso temp dir 2020-09-15 15:47:16 +02:00
pungi.py Fix other flake8 complaints 2020-02-07 16:14:09 +08:00
pungi_gather.py gather: handle mirrorlist in kickstart 2020-06-09 08:34:58 +02:00
pungi_koji.py Kill all subprocess in signal handler 2020-11-09 08:45:57 +01:00
report_progress.py Format code base with black 2020-02-05 17:35:47 +08:00
wait_for_signed_ostree_handler.py Port scripts/wait_for_signed_ostree_handler.py to fedora-messaging 2020-06-17 23:28:27 +02:00