attach dnf.librepo.log in Anaconda post_fail_hook
Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D513
This commit is contained in:
parent
3f8f37a348
commit
9092b31863
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ sub post_fail_hook {
|
|||
upload_logs "/tmp/syslog";
|
||||
upload_logs "/tmp/program.log";
|
||||
upload_logs "/tmp/dnf.log";
|
||||
upload_logs "/tmp/dnf.librepo.log";
|
||||
upload_logs "/tmp/dnf.rpm.log";
|
||||
|
||||
# Upload all ABRT logs
|
||||
if ($has_traceback) {
|
||||
|
|
Loading…
Reference in a new issue