summaryrefslogtreecommitdiffstats
path: root/src/daemon
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-11-29 14:00:41 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-11-29 14:00:41 +0100
commit72a48e59e5898116b88daccfee6370aea81c764c (patch)
tree3ea2057d74e62644091d6188a2f1d640468d6487 /src/daemon
parentcf44477e4a1f75ec850192b2cf9c38b07636e8ac (diff)
downloadabrt-72a48e59e5898116b88daccfee6370aea81c764c.tar.gz
abrt-72a48e59e5898116b88daccfee6370aea81c764c.tar.xz
abrt-72a48e59e5898116b88daccfee6370aea81c764c.zip
new debuginfo install script rewritten in python
- using python alows us to use the yum API, so we can read the progress, file sizes, requires disk space, etc.. and seems to be faster the using yum --whatprovides + yumdownloader - it's easier to translate - we can drop dependency on yum-utils
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/abrt_event.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/abrt_event.conf b/src/daemon/abrt_event.conf
index 938a1de6..45c9017a 100644
--- a/src/daemon/abrt_event.conf
+++ b/src/daemon/abrt_event.conf
@@ -46,12 +46,12 @@ EVENT=post-create analyzer=Kerneloops abrt-action-analyze-oops
# in the third argument (its format is CACHEDIR[:DEBUGINFODIR...]).
# For example, you can specify a network-mounted shared store
# of all debuginfos this way.
-EVENT=analyze analyzer=CCpp backtrace= abrt-action-install-debuginfo "$DUMP_DIR/coredump" "/var/run/abrt/$$-$RANDOM" /var/cache/abrt-di
+EVENT=analyze analyzer=CCpp backtrace= abrt-action-install-debuginfo.py "--core=$DUMP_DIR/coredump" "--tmpdir=/var/run/abrt/$$-$RANDOM" --cache=/var/cache/abrt-di
EVENT=analyze analyzer=CCpp backtrace= abrt-action-generate-backtrace
# Same as "analyze", but executed when user requests "refresh" in GUI
#EVENT=reanalyze analyzer=CCpp trim-debuginfo-cache /var/cache/abrt-di 4096m
-EVENT=reanalyze analyzer=CCpp abrt-action-install-debuginfo "$DUMP_DIR/coredump" "/var/run/abrt/$$-$RANDOM" /var/cache/abrt-di
+EVENT=reanalyze analyzer=CCpp abrt-action-install-debuginfo.py "--core=$DUMP_DIR/coredump" "--tmpdir=/var/run/abrt/$$-$RANDOM" --cache=/var/cache/abrt-di
EVENT=reanalyze analyzer=CCpp abrt-action-generate-backtrace
EVENT=report analyzer=Kerneloops abrt-action-kerneloops