copr-builder: collect dnf logs for debugging

This commit is contained in:
clime 2018-01-11 22:46:54 +01:00
parent 5bbafa3c1a
commit 66e1c84bd8

View file

@ -23,3 +23,9 @@ config_opts['plugin_conf']['tmpfs_opts']['keep_mounted'] = False
config_opts['yum_command'] = '/usr/bin/yum-deprecated'
config_opts['nosync'] = True
config_opts['plugin_conf']['chroot_scan_enable'] = True
config_opts['plugin_conf']['chroot_scan_opts'] = {
'regexes': [ "dnf.*log$" ],
'only_failed': False,
}