copr-builder: collect dnf logs for debugging
This commit is contained in:
parent
5bbafa3c1a
commit
66e1c84bd8
1 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue