Blob Blame History Raw
diff -ruN libreport-2.1.7.orig/po/POTFILES.in libreport-2.1.7.new/po/POTFILES.in
--- libreport-2.1.7.orig/po/POTFILES.in	2013-11-19 11:03:28.258361318 +0100
+++ libreport-2.1.7.new/po/POTFILES.in	2013-11-19 11:23:41.932389011 +0100
@@ -58,3 +58,8 @@
 src/workflows/workflow_RHELPython.xml.in
 src/workflows/workflow_RHELvmcore.xml.in
 src/workflows/workflow_RHELxorg.xml.in
+src/workflows/workflow_RHELBugzillaCCpp.xml.in
+src/workflows/workflow_RHELBugzillaKerneloops.xml.in
+src/workflows/workflow_RHELBugzillaPython.xml.in
+src/workflows/workflow_RHELBugzillaVmcore.xml.in
+src/workflows/workflow_RHELBugzillaXorg.xml.in
diff -ruN libreport-2.1.7.orig/src/workflows/Makefile.am libreport-2.1.7.new/src/workflows/Makefile.am
--- libreport-2.1.7.orig/src/workflows/Makefile.am	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/Makefile.am	2013-11-19 11:30:47.356398718 +0100
@@ -18,7 +18,12 @@
     workflow_AnacondaFedora.xml \
     workflow_AnacondaRHEL.xml \
     workflow_AnacondaRHELBugzilla.xml \
-    workflow_AnacondaUpload.xml
+    workflow_AnacondaUpload.xml \
+    workflow_RHELBugzillaCCpp.xml \
+    workflow_RHELBugzillaKerneloops.xml \
+    workflow_RHELBugzillaPython.xml \
+    workflow_RHELBugzillaVmcore.xml \
+    workflow_RHELBugzillaXorg.xml
 endif
 
 workflowsdefdir = $(WORKFLOWS_DEFINITION_DIR)
@@ -52,5 +57,10 @@
     workflow_AnacondaFedora.xml.in \
     workflow_AnacondaRHEL.xml.in \
     workflow_AnacondaRHELBugzilla.xml.in \
-    workflow_AnacondaUpload.xml.in
+    workflow_AnacondaUpload.xml.in \
+    workflow_RHELBugzillaCCpp.xml.in \
+    workflow_RHELBugzillaKerneloops.xml.in \
+    workflow_RHELBugzillaPython.xml.in \
+    workflow_RHELBugzillaVmcore.xml.in \
+    workflow_RHELBugzillaXorg.xml.in
 endif
diff -ruN libreport-2.1.7.orig/src/workflows/report_rhel.conf libreport-2.1.7.new/src/workflows/report_rhel.conf
--- libreport-2.1.7.orig/src/workflows/report_rhel.conf	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/report_rhel.conf	2013-11-19 11:25:18.628391217 +0100
@@ -17,3 +17,23 @@
 EVENT=workflow_RHELxorg analyzer=xorg
 # this is just a meta event which consists of other events
 # the list is defined in the xml file
+
+EVENT=workflow_RHELBugzillaCCpp analyzer=CCpp
+# this is just a meta event which consists of other events
+# the list is defined in the xml file
+
+EVENT=workflow_RHELBugzillaPython analyzer=Python
+# this is just a meta event which consists of other events
+# the list is defined in the xml file
+
+EVENT=workflow_RHELBugzillaKerneloops analyzer=Kerneloops
+# this is just a meta event which consists of other events
+# the list is defined in the xml file
+
+EVENT=workflow_RHELBugzillaVmcore analyzer=vmcore
+# this is just a meta event which consists of other events
+# the list is defined in the xml file
+
+EVENT=workflow_RHELBugzillaXorg analyzer=xorg
+# this is just a meta event which consists of other events
+# the list is defined in the xml file
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaCCpp.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaCCpp.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaCCpp.xml.in	1970-01-01 01:00:00.000000000 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaCCpp.xml.in	2013-11-19 11:33:25.253402320 +0100
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report to Red Hat Bugzilla</_name>
+    <_description>Process the C/C++ crash using the Red Hat infrastructure</_description>
+
+    <events>
+        <event>report_uReport</event>
+        <event>collect_*</event>
+        <event>analyze_LocalGDB</event>
+        <event>report_Bugzilla</event>
+        <event>post_report</event>
+    </events>
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaKerneloops.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaKerneloops.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaKerneloops.xml.in	1970-01-01 01:00:00.000000000 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaKerneloops.xml.in	2013-11-19 11:09:10.292369122 +0100
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report to Red Hat Bugzilla</_name>
+    <_description>Process the kerneloops using the Red Hat infrastructure</_description>
+
+    <events>
+        <event>report_uReport</event>
+        <event>collect_*</event>
+        <event>report_Bugzilla</event>
+        <event>post_report</event>
+    </events>
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaPython.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaPython.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaPython.xml.in	1970-01-01 01:00:00.000000000 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaPython.xml.in	2013-11-19 11:09:10.377369124 +0100
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report to Red Hat Bugzilla</_name>
+    <_description>Process the python exception using the Red Hat infrastructure</_description>
+
+    <events>
+        <event>report_uReport</event>
+        <event>collect_*</event>
+        <event>report_Bugzilla</event>
+        <event>post_report</event>
+    </events>
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaVmcore.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaVmcore.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaVmcore.xml.in	1970-01-01 01:00:00.000000000 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaVmcore.xml.in	2013-11-19 11:08:37.623368376 +0100
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report to Red Hat Bugzilla</_name>
+    <_description>Process the kernel crash using the Red Hat infrastructure</_description>
+
+    <events>
+        <event>analyze_VMcore</event>
+        <event>report_uReport</event>
+        <event>collect_*</event>
+        <event>report_Bugzilla</event>
+        <event>post_report</event>
+    </events>
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaXorg.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaXorg.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELBugzillaXorg.xml.in	1970-01-01 01:00:00.000000000 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELBugzillaXorg.xml.in	2013-11-19 11:08:53.489368738 +0100
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report to Red Hat Bugzilla</_name>
+    <_description>Process the X Server problem using the Red Hat infrastructure</_description>
+
+    <events>
+        <event>report_Bugzilla</event>
+    </events>
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml
--- libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml	2013-11-19 11:52:08.141427942 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workflow>
-    <name>Report to Red Hat</name>
+    <name>Report to Red Hat Customer Portal</name>
     <name xml:lang="de">An Red Hat melden</name>
     <description>Process the C/C++ crash using the Red Hat infrastructure</description>
     <description xml:lang="es">Procesar el accidente C/C++ usando la infraestructura Red Hat</description>
@@ -12,4 +12,4 @@
         <event>collect_*</event>
         <event>report_RHTSupport</event>
     </events>
-</workflow>
\ No newline at end of file
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELCCpp.xml.in	2013-11-19 11:03:28.246361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELCCpp.xml.in	2013-11-19 11:51:17.381426784 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <workflow>
-    <_name>Report to Red Hat</_name>
+    <_name>Report to Red Hat Customer Portal</_name>
     <_description>Process the C/C++ crash using the Red Hat infrastructure</_description>
 
     <events>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml
--- libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml	2013-11-19 11:03:28.246361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml	2013-11-19 11:51:37.791427249 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workflow>
-    <name>Report to Red Hat</name>
+    <name>Report to Red Hat Customer Portal</name>
     <name xml:lang="de">An Red Hat melden</name>
     <description>Process the kerneloops using the Red Hat infrastructure</description>
     <description xml:lang="es">Procesar el kerneloops usando la infraestructura Red Hat</description>
@@ -12,4 +12,4 @@
         <event>collect_*</event>
         <event>report_RHTSupport</event>
     </events>
-</workflow>
\ No newline at end of file
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELKerneloops.xml.in	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELKerneloops.xml.in	2013-11-19 11:50:39.709425924 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <workflow>
-    <_name>Report to Red Hat</_name>
+    <_name>Report to Red Hat Customer Portal</_name>
     <_description>Process the kerneloops using the Red Hat infrastructure</_description>
 
     <events>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml
--- libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml	2013-11-19 11:03:28.246361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml	2013-11-19 11:51:44.713427407 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workflow>
-    <name>Report to Red Hat</name>
+    <name>Report to Red Hat Customer Portal</name>
     <name xml:lang="de">An Red Hat melden</name>
     <description>Process the python exception using the Red Hat infrastructure</description>
     <description xml:lang="as">Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি python ব্যতিক্ৰম প্ৰক্ৰিয়া কৰক</description>
@@ -13,4 +13,4 @@
         <event>collect_*</event>
         <event>report_RHTSupport</event>
     </events>
-</workflow>
\ No newline at end of file
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELPython.xml.in	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELPython.xml.in	2013-11-19 11:51:17.467426786 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <workflow>
-    <_name>Report to Red Hat</_name>
+    <_name>Report to Red Hat Customer Portal</_name>
     <_description>Process the python exception using the Red Hat infrastructure</_description>
 
     <events>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml
--- libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml	2013-11-19 11:03:28.245361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml	2013-11-19 11:51:49.759427522 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workflow>
-    <name>Report to Red Hat</name>
+    <name>Report to Red Hat Customer Portal</name>
     <name xml:lang="de">An Red Hat melden</name>
     <description>Process the kernel crash using the Red Hat infrastructure</description>
     <description xml:lang="as">Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি কাৰনেল স্খলন প্ৰক্ৰিয়া কৰক</description>
@@ -14,4 +14,4 @@
         <event>collect_*</event>
         <event>report_RHTSupport</event>
     </events>
-</workflow>
\ No newline at end of file
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELvmcore.xml.in	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELvmcore.xml.in	2013-11-19 11:50:59.454426375 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <workflow>
-    <_name>Report to Red Hat</_name>
+    <_name>Report to Red Hat Customer Portal</_name>
     <_description>Process the kernel crash using the Red Hat infrastructure</_description>
 
     <events>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml
--- libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml	2013-11-19 11:03:28.245361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml	2013-11-19 11:51:55.956427664 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <workflow>
-    <name>Report to Red Hat</name>
+    <name>Report to Red Hat Customer Portal</name>
     <name xml:lang="de">An Red Hat melden</name>
     <description>Process the X Server problem using the Red Hat infrastructure</description>
     <description xml:lang="as">Red Hat আন্তঃগাথনি ব্যৱহাৰ কৰি X চাৰ্ভাৰ সমস্যা প্ৰক্ৰিয়া কৰক</description>
@@ -11,4 +11,4 @@
     <events>
         <event>report_RHTSupport</event>
     </events>
-</workflow>
\ No newline at end of file
+</workflow>
diff -ruN libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml.in libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml.in
--- libreport-2.1.7.orig/src/workflows/workflow_RHELxorg.xml.in	2013-11-19 11:03:28.244361317 +0100
+++ libreport-2.1.7.new/src/workflows/workflow_RHELxorg.xml.in	2013-11-19 11:51:04.278426485 +0100
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <workflow>
-    <_name>Report to Red Hat</_name>
+    <_name>Report to Red Hat Customer Portal</_name>
     <_description>Process the X Server problem using the Red Hat infrastructure</_description>
 
     <events>