copr: write_tar option to mock

This commit is contained in:
Jiri Kyjovsky 2024-10-25 17:24:32 +02:00 committed by praiskup
parent 457a71f114
commit 5360db61b5

View file

@ -26,6 +26,7 @@ config_opts['plugin_conf']['chroot_scan_enable'] = True
config_opts['plugin_conf']['chroot_scan_opts'] = {
'regexes': [ "dnf.*log$" ],
'only_failed': False,
'write_tar': True,
}
# https://bugzilla.redhat.com/show_bug.cgi?id=1690971