1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +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:
Jan Sedlák 2015-08-19 12:33:58 +02:00
parent 3f8f37a348
commit 9092b31863

View File

@ -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) {