Subversion Repositories configs

Rev

Rev 3 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 33
Line 1... Line 1...
1
EVENT=post-create analyzer=CCpp
1
EVENT=post-create analyzer=CCpp
2
        # abrt-action-generate-core-backtrace:
2
        # abrt-action-generate-core-backtrace:
3
        # try generating backtrace, if it fails we can still use
3
        # try generating backtrace, if it fails we can still use
4
        # the UUID generated by abrt-action-analyze-c:
4
        # the UUID generated by abrt-action-analyze-c:
5
        #(disabled for RHEL - it needs gdb, which isn't always installed)
5
        #(disabled for RHEL - it needs gdb, which isn't always installed)
6
        #abrt-action-generate-core-backtrace
6
        abrt-action-generate-core-backtrace
7
        abrt-action-analyze-c &&
7
        abrt-action-analyze-c &&
8
        abrt-action-list-dsos -m maps -o dso_list &&
8
        abrt-action-list-dsos -m maps -o dso_list &&
9
        (
9
        (
10
            # Try to save relevant log lines.
10
            # Try to save relevant log lines.
11
            # Can't do it as analyzer step, non-root can't read log.
11
            # Can't do it as analyzer step, non-root can't read log.
Line 34... Line 34...
34
EVENT=analyze_LocalGDB analyzer=CCpp
34
EVENT=analyze_LocalGDB analyzer=CCpp
35
	# debuginfo install is disabled by default on rhel
35
	# debuginfo install is disabled by default on rhel
36
	# if you want to enable it, just remove the --without-di
36
	# if you want to enable it, just remove the --without-di
37
        abrt-action-analyze-ccpp-local --without-di --without-bz --without-bodhi
37
        abrt-action-analyze-ccpp-local --without-di --without-bz --without-bodhi
38
 
38
 
-
 
39
# Send micro report
-
 
40
EVENT=submit_uReport analyzer=CCpp
-
 
41
        /usr/libexec/abrt-action-ureport
-
 
42
 
-
 
43
# update ABRT database after successful report to bugzilla
-
 
44
#EVENT=post_report analyzer=CCpp
-
 
45
#        reporter-ureport -A -B
39
 
46
 
40
# Bugzilla requires nonempty duphash
47
# Bugzilla requires nonempty duphash
41
#EVENT=report_Bugzilla analyzer=CCpp duphash!=
48
#EVENT=report_Bugzilla analyzer=CCpp duphash!=
42
#        abrt-dedup-client
49
#        abrt-dedup-client
43
#        test -f component || abrt-action-save-package-data
50
#        test -f component || abrt-action-save-package-data