pungi/pungi/scripts
Lubomír Sedlář 477dcf37d9 Store extended traceback for gather errors
When a gathering thread raises an exception, it gets forwarded to the
main thread and re-raised there. However, during this transition it
loses details about exact location of the problem.

This patch creates an extended traceback in the worker, which should
make it easier to track the problem down later.

JIRA: RHELCMP-4259
Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
2021-02-17 11:11:26 +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 Store extended traceback for gather errors 2021-02-17 11:11:26 +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