Compare commits
28 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8f7694743 | ||
|
|
c94dcfd637 | ||
|
|
d0206b923f | ||
|
|
330242f51a | ||
|
|
4ed66caa9b | ||
|
|
6159925f09 | ||
|
|
3b36d0abff | ||
|
|
19ebfd3e12 | ||
|
|
e5e5169e8b | ||
|
|
336ca561dd | ||
|
|
0e2c4b78c0 | ||
|
|
f597cb74c2 | ||
|
|
50f235a752 | ||
|
|
6679c3c8d2 | ||
|
|
fac68ad1e7 | ||
|
|
413941a1f7 | ||
|
|
26deb427d6 | ||
|
|
a559de17e8 | ||
|
|
165458dd2e | ||
|
|
3eb15bceac | ||
|
|
a74385eeb0 | ||
|
|
ecae54f9a2 | ||
|
|
fb8cdfea4e | ||
|
|
45bcc8c22c | ||
|
|
27801fbb92 | ||
|
|
5da2d6024f | ||
|
|
9fdda6a830 | ||
|
|
889d8acae9 |
7 changed files with 849 additions and 67269 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -23,3 +23,16 @@ abrt-1.1.13.tar.gz
|
|||
/abrt-2.0.20.tar.gz
|
||||
/abrt-2.1.0.tar.gz
|
||||
/abrt-2.1.1.tar.gz
|
||||
/abrt-2.1.2.tar.gz
|
||||
/abrt-2.1.3.tar.gz
|
||||
/abrt-2.1.4.tar.gz
|
||||
/abrt-2.1.5.tar.gz
|
||||
/abrt-2.1.6.tar.gz
|
||||
/abrt-2.1.7.tar.gz
|
||||
/abrt-2.1.8.tar.gz
|
||||
/abrt-2.1.9.tar.gz
|
||||
/abrt-2.1.10.tar.gz
|
||||
/abrt-2.1.11.tar.gz
|
||||
/abrt-2.1.12.tar.gz
|
||||
/abrt-2.2.0.tar.gz
|
||||
/abrt-2.2.1.tar.gz
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,97 +0,0 @@
|
|||
diff -ur abrt-2.1.1/src/daemon/abrt.conf abrt-2.1.1.new/src/daemon/abrt.conf
|
||||
--- abrt-2.1.1/src/daemon/abrt.conf 2013-02-01 12:59:58.000000000 +0100
|
||||
+++ abrt-2.1.1.new/src/daemon/abrt.conf 2013-03-05 10:01:11.347789231 +0100
|
||||
@@ -28,9 +28,7 @@
|
||||
# In order to run this event automatically after detection, the
|
||||
# AutoreportingEnabled option must be configured to 'yes'
|
||||
#
|
||||
-# Default value: report_uReport
|
||||
-#
|
||||
-AutoreportingEvent = report_uReport
|
||||
+AutoreportingEvent = empty
|
||||
|
||||
# Enables automatic running of the event configured in AutoreportingEvent option.
|
||||
#
|
||||
diff -ur abrt-2.1.1/src/daemon/abrt_event.conf abrt-2.1.1.new/src/daemon/abrt_event.conf
|
||||
--- abrt-2.1.1/src/daemon/abrt_event.conf 2013-02-01 17:05:40.000000000 +0100
|
||||
+++ abrt-2.1.1.new/src/daemon/abrt_event.conf 2013-03-05 10:00:58.406693336 +0100
|
||||
@@ -95,3 +95,7 @@
|
||||
|
||||
EVENT=open-gui
|
||||
report-gtk -x -- "$DUMP_DIR"
|
||||
+
|
||||
+# no operation event, used for AutoreportingEvent to override the default value
|
||||
+EVENT=empty
|
||||
+ exit 0
|
||||
diff -ur abrt-2.1.1/src/plugins/ccpp_event.conf abrt-2.1.1.new/src/plugins/ccpp_event.conf
|
||||
--- abrt-2.1.1/src/plugins/ccpp_event.conf 2013-02-07 08:42:58.000000000 +0100
|
||||
+++ abrt-2.1.1.new/src/plugins/ccpp_event.conf 2013-03-05 09:56:40.607779146 +0100
|
||||
@@ -80,20 +80,12 @@
|
||||
-F "/etc/libreport/plugins/$format" \
|
||||
-A "/etc/libreport/plugins/$formatdup"
|
||||
|
||||
-# Send micro report
|
||||
-EVENT=report_uReport analyzer=CCpp
|
||||
- /usr/libexec/abrt-action-ureport
|
||||
-
|
||||
-# update ABRT database after successful report to bugzilla
|
||||
-EVENT=post_report analyzer=CCpp
|
||||
- reporter-ureport -r
|
||||
-
|
||||
EVENT=analyze_CCpp analyzer=CCpp
|
||||
abrt-action-perform-ccpp-analysis
|
||||
|
||||
# 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 -e analyze_CCpp -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
|
||||
|
||||
EVENT=report-cli analyzer=CCpp
|
||||
- report-cli -e report_uReport -e analyze_CCpp -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
||||
+ report-cli -e analyze_CCpp -e report_Bugzilla -- "$DUMP_DIR"
|
||||
diff -ur abrt-2.1.1/src/plugins/koops_event.conf abrt-2.1.1.new/src/plugins/koops_event.conf
|
||||
--- abrt-2.1.1/src/plugins/koops_event.conf 2013-02-01 17:05:40.000000000 +0100
|
||||
+++ abrt-2.1.1.new/src/plugins/koops_event.conf 2013-03-05 09:57:50.824301289 +0100
|
||||
@@ -21,17 +21,9 @@
|
||||
reporter-bugzilla -b \
|
||||
-F /etc/libreport/plugins/bugzilla_format_kernel.conf
|
||||
|
||||
-# Send micro report
|
||||
-EVENT=report_uReport analyzer=Kerneloops
|
||||
- /usr/libexec/abrt-action-ureport
|
||||
-
|
||||
-# Update ABRT database after successful report to bugzilla
|
||||
-EVENT=post_report analyzer=Kerneloops
|
||||
- reporter-ureport -r
|
||||
-
|
||||
# Automatic/simple GUI-based kernel oopses reporting will do this:
|
||||
EVENT=report-gui analyzer=Kerneloops
|
||||
- report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
||||
+ report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
|
||||
|
||||
EVENT=report-cli analyzer=Kerneloops
|
||||
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
||||
+ report-cli -e report_Bugzilla -- "$DUMP_DIR"
|
||||
diff -ur abrt-2.1.1/src/plugins/python_event.conf abrt-2.1.1.new/src/plugins/python_event.conf
|
||||
--- abrt-2.1.1/src/plugins/python_event.conf 2013-02-01 17:05:40.000000000 +0100
|
||||
+++ abrt-2.1.1.new/src/plugins/python_event.conf 2013-03-05 10:04:37.763247228 +0100
|
||||
@@ -16,17 +16,9 @@
|
||||
-c /etc/libreport/plugins/bugzilla.conf
|
||||
# TODO? -F /etc/libreport/plugins/bugzilla_format_python.conf
|
||||
|
||||
-# Send micro report
|
||||
-EVENT=report_uReport analyzer=Python
|
||||
- /usr/libexec/abrt-action-ureport
|
||||
-
|
||||
-# update ABRT database after successful report to bugzilla
|
||||
-EVENT=post_report analyzer=Python
|
||||
- reporter-ureport -r
|
||||
-
|
||||
# Reporting of python exceptions
|
||||
EVENT=report-gui analyzer=Python
|
||||
- report-gtk -e report_uReport -e "collect_*" -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
||||
+ report-gtk -e "collect_*" -e report_Bugzilla -- "$DUMP_DIR"
|
||||
|
||||
EVENT=report-cli analyzer=Python
|
||||
- report-cli -e report_uReport -e report_Bugzilla -e post_report -- "$DUMP_DIR"
|
||||
+ report-cli -e report_Bugzilla -- "$DUMP_DIR"
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
--- abrt-2.0.3/src/daemon/gpg_keys 2011-06-08 17:00:18.000000000 +0200
|
||||
+++ abrt-2.0.3_/src/daemon/gpg_keys 2011-07-14 20:57:09.000000000 +0200
|
||||
@@ -1 +1,5 @@
|
||||
-/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
|
||||
+/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-beta
|
||||
+/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-former
|
||||
+/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-release
|
||||
+/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-legacy-rhx
|
||||
+/etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- abrt-2.0.13/src/daemon/abrt-action-save-package-data.conf 2012-08-06 10:13:24.000000000 +0200
|
||||
+++ abrt-2.0.13_/src/daemon/abrt-action-save-package-data.conf 2012-09-21 16:20:19.943882773 +0200
|
||||
@@ -3,7 +3,7 @@
|
||||
# the list of public keys used to check the signature is
|
||||
# in the file gpg_keys
|
||||
#
|
||||
-OpenGPGCheck = yes
|
||||
+OpenGPGCheck = no
|
||||
|
||||
# Blacklisted packages
|
||||
#
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
fc5bcf3e366fd708d4509e8a73586194 abrt-2.1.1.tar.gz
|
||||
799e55397e1f72dde9486395abe17605 abrt-2.2.1.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue