[ABRT PATCH] python: disable events in collision with anaconda

Richard Marko rmarko at redhat.com
Fri May 17 13:31:19 UTC 2013


Pushed, thanks!

On 05/16/2013 05:52 PM, Jakub Filak wrote:
> Closes rhbz#958961
>
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> ---
>  src/plugins/python_event.conf | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/plugins/python_event.conf b/src/plugins/python_event.conf
> index 56c39b6..1aa0e99 100644
> --- a/src/plugins/python_event.conf
> +++ b/src/plugins/python_event.conf
> @@ -10,7 +10,7 @@ EVENT=post-create analyzer=Python
>          abrt-action-analyze-python
>          abrt-action-generate-core-backtrace
>  
> -EVENT=report_Bugzilla analyzer=Python
> +EVENT=report_Bugzilla analyzer=Python component!=anaconda
>          test -f component || abrt-action-save-package-data
>          reporter-bugzilla -b \
>                  -c /etc/libreport/plugins/bugzilla.conf
> @@ -25,8 +25,8 @@ EVENT=post_report analyzer=Python
>          reporter-ureport -r
>  
>  # Reporting of python exceptions
> -EVENT=report-gui analyzer=Python
> +EVENT=report-gui analyzer=Python component!=anaconda
>          report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
>  
> -EVENT=report-cli analyzer=Python
> +EVENT=report-cli analyzer=Python component!=anaconda
>          report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"


-- 
Richard Marko



More information about the Crash-catcher mailing list