mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +00:00
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
@ -27,6 +27,8 @@ sub post_fail_hook {
|
|||||||
upload_logs "/tmp/syslog";
|
upload_logs "/tmp/syslog";
|
||||||
upload_logs "/tmp/program.log";
|
upload_logs "/tmp/program.log";
|
||||||
upload_logs "/tmp/dnf.log";
|
upload_logs "/tmp/dnf.log";
|
||||||
|
upload_logs "/tmp/dnf.librepo.log";
|
||||||
|
upload_logs "/tmp/dnf.rpm.log";
|
||||||
|
|
||||||
# Upload all ABRT logs
|
# Upload all ABRT logs
|
||||||
if ($has_traceback) {
|
if ($has_traceback) {
|
||||||
|
Loading…
Reference in New Issue
Block a user