[ABRT PATCH] use worflows instead of hardcoded event list related rhbz#866027

Jakub Filak jfilak at redhat.com
Mon Jul 15 12:45:38 UTC 2013


IMHO, it'd be less confusing to fix the report-gui events for all
analyzer types in a single patch.


On Mon, 2013-07-15 at 14:40 +0200, Jiri Moskovcak wrote:
> Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
> ---
>  src/plugins/ccpp_event.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/plugins/ccpp_event.conf b/src/plugins/ccpp_event.conf
> index aa8cdb3..1dacbeb 100644
> --- a/src/plugins/ccpp_event.conf
> +++ b/src/plugins/ccpp_event.conf
> @@ -90,7 +90,7 @@ EVENT=analyze_CCpp analyzer=CCpp
>  
>  # Reporting of C/Cpp problems
>  EVENT=report-gui analyzer=CCpp
> -        report-gtk -e report_uReport -e analyze_CCpp -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
> +        report-gtk -- "$DUMP_DIR"
>  
>  EVENT=report-cli analyzer=CCpp
>          report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"




More information about the Crash-catcher mailing list