libreport/0002-reporter-mantisbt-switch-from-analyzer-to-type.patch
Matej Habrnal b5a180b66f Translations update and several bug fixes
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
2015-05-20 14:34:41 +02:00

100 lines
3.9 KiB
Diff

From 64c97e6452af83a85a5d4a0856643d5e1b4b29a8 Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Mon, 13 Apr 2015 15:09:42 +0200
Subject: [PATCH] reporter-mantisbt: switch from 'analyzer' to 'type'
the report_centos.conf and centos_report_event.conf files was forgotten when
the 'analyzer' was switched to 'type'
Related to #314
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
src/plugins/centos_report_event.conf | 12 ++++++------
src/workflows/report_centos.conf | 14 +++++++-------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/plugins/centos_report_event.conf b/src/plugins/centos_report_event.conf
index 53f12d8..d313474 100644
--- a/src/plugins/centos_report_event.conf
+++ b/src/plugins/centos_report_event.conf
@@ -1,27 +1,27 @@
-EVENT=report_CentOSBugTracker analyzer=xorg
+EVENT=report_CentOSBugTracker type=xorg
reporter-mantisbt
-EVENT=report_CentOSBugTracker analyzer=Kerneloops
+EVENT=report_CentOSBugTracker type=Kerneloops
reporter-mantisbt
-EVENT=report_CentOSBugTracker analyzer=vmcore
+EVENT=report_CentOSBugTracker type=vmcore
reporter-mantisbt
-EVENT=report_CentOSBugTracker analyzer=Python component!=anaconda
+EVENT=report_CentOSBugTracker type=Python component!=anaconda
test -f component || abrt-action-save-package-data
reporter-mantisbt \
-c /etc/libreport/plugins/mantisbt.conf \
-F /etc/libreport/plugins/mantisbt_format.conf \
-A /etc/libreport/plugins/mantisbt_formatdup.conf
-EVENT=report_CentOSBugTracker analyzer=Python3 component!=anaconda
+EVENT=report_CentOSBugTracker type=Python3 component!=anaconda
test -f component || abrt-action-save-package-data
reporter-mantisbt \
-c /etc/libreport/plugins/mantisbt.conf \
-F /etc/libreport/plugins/mantisbt_format.conf \
-A /etc/libreport/plugins/mantisbt_formatdup.conf
-EVENT=report_CentOSBugTracker analyzer=CCpp duphash!=
+EVENT=report_CentOSBugTracker type=CCpp duphash!=
test -f component || abrt-action-save-package-data
component="`cat component`"
format="mantisbt_format.conf"
diff --git a/src/workflows/report_centos.conf b/src/workflows/report_centos.conf
index 07b0d40..258edf4 100644
--- a/src/workflows/report_centos.conf
+++ b/src/workflows/report_centos.conf
@@ -2,30 +2,30 @@ EVENT=workflow_CentOSLibreport analyzer=libreport
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSCCpp analyzer=CCpp
+EVENT=workflow_CentOSCCpp type=CCpp
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSPython analyzer=Python component!=anaconda
+EVENT=workflow_CentOSPython type=Python component!=anaconda
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSPython3 analyzer=Python3 component!=anaconda
+EVENT=workflow_CentOSPython3 type=Python3 component!=anaconda
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSKerneloops analyzer=Kerneloops
+EVENT=workflow_CentOSKerneloops type=Kerneloops
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSVmcore analyzer=vmcore
+EVENT=workflow_CentOSVmcore type=vmcore
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSXorg analyzer=xorg
+EVENT=workflow_CentOSXorg type=xorg
# this is just a meta event which consists of other events
# the list is defined in the xml file
-EVENT=workflow_CentOSJava analyzer=Java
+EVENT=workflow_CentOSJava type=Java
# this is just a meta event which consists of other events
# the list is defined in the xml file
--
2.4.1