summaryrefslogtreecommitdiff
path: root/dev-libs/libreport/files/0002-Drop-Fedora-workflows-add-Kogaion-one.patch
blob: 933e453192f0ea581fc109b1114ae4a938a3a9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
From bc95f13701e018f4dc07e6c206c8b638acc6113a Mon Sep 17 00:00:00 2001
From: Stefan Cristian B. <stefan.cristian@rogentos.ro>
Date: Sat, 10 May 2014 18:05:10 +0100
Subject: [PATCH 2/2] Drop Fedora workflows, add Kogaion one

---
 src/workflows/Makefile.am                      | 33 ++++----------------------
 src/workflows/anaconda_event.conf              |  3 +--
 src/workflows/report_fedora.conf               | 19 ---------------
 src/workflows/report_rhel.conf                 | 19 ---------------
 src/workflows/workflow_AnacondaFedora.xml.in   |  9 -------
 src/workflows/workflow_AnacondaRHEL.xml.in     |  9 -------
 src/workflows/workflow_AnacondaSabayon.xml.in  |  9 +++++++
 src/workflows/workflow_FedoraCCpp.xml.in       | 13 ----------
 src/workflows/workflow_FedoraKerneloops.xml.in | 12 ----------
 src/workflows/workflow_FedoraPython.xml.in     | 12 ----------
 src/workflows/workflow_FedoraVmcore.xml.in     | 13 ----------
 src/workflows/workflow_FedoraXorg.xml.in       |  9 -------
 src/workflows/workflow_RHELCCpp.xml.in         | 10 --------
 src/workflows/workflow_RHELKerneloops.xml.in   | 10 --------
 src/workflows/workflow_RHELPython.xml.in       | 10 --------
 src/workflows/workflow_RHELvmcore.xml.in       | 10 --------
 src/workflows/workflow_RHELxorg.xml.in         |  9 -------
 17 files changed, 14 insertions(+), 195 deletions(-)
 delete mode 100644 src/workflows/report_fedora.conf
 delete mode 100644 src/workflows/report_rhel.conf
 delete mode 100644 src/workflows/workflow_AnacondaFedora.xml.in
 delete mode 100644 src/workflows/workflow_AnacondaRHEL.xml.in
 create mode 100644 src/workflows/workflow_AnacondaSabayon.xml.in
 delete mode 100644 src/workflows/workflow_FedoraCCpp.xml.in
 delete mode 100644 src/workflows/workflow_FedoraKerneloops.xml.in
 delete mode 100644 src/workflows/workflow_FedoraPython.xml.in
 delete mode 100644 src/workflows/workflow_FedoraVmcore.xml.in
 delete mode 100644 src/workflows/workflow_FedoraXorg.xml.in
 delete mode 100644 src/workflows/workflow_RHELCCpp.xml.in
 delete mode 100644 src/workflows/workflow_RHELKerneloops.xml.in
 delete mode 100644 src/workflows/workflow_RHELPython.xml.in
 delete mode 100644 src/workflows/workflow_RHELvmcore.xml.in
 delete mode 100644 src/workflows/workflow_RHELxorg.xml.in

diff --git a/src/workflows/Makefile.am b/src/workflows/Makefile.am
index 7f1e676..33fb8e6 100644
--- a/src/workflows/Makefile.am
+++ b/src/workflows/Makefile.am
@@ -1,30 +1,17 @@
 workflowsdir = $(WORKFLOWS_DIR)
 
 dist_workflows_DATA = \
-    workflow_FedoraCCpp.xml \
-    workflow_FedoraKerneloops.xml \
-    workflow_FedoraPython.xml \
-    workflow_FedoraVmcore.xml \
-    workflow_FedoraXorg.xml \
-    workflow_Upload.xml \
-    workflow_RHELCCpp.xml \
-    workflow_RHELKerneloops.xml \
-    workflow_RHELPython.xml \
-    workflow_RHELvmcore.xml \
-    workflow_RHELxorg.xml
+    workflow_Upload.xml
 
 if BUILD_BUGZILLA
 dist_workflows_DATA += \
-    workflow_AnacondaFedora.xml \
-    workflow_AnacondaRHEL.xml \
+    workflow_AnacondaSabayon.xml \
     workflow_AnacondaUpload.xml
 endif
 
 workflowsdefdir = $(WORKFLOWS_DEFINITION_DIR)
 
-dist_workflowsdef_DATA =\
-    report_fedora.conf \
-    report_rhel.conf
+dist_workflowsdef_DATA =
 
 if BUILD_BUGZILLA
 dist_workflowsdef_DATA += \
@@ -34,21 +21,9 @@ endif
 @INTLTOOL_XML_RULE@
 
 EXTRA_DIST = \
-    workflow_FedoraCCpp.xml.in \
-    workflow_FedoraKerneloops.xml.in \
-    workflow_FedoraPython.xml.in \
-    workflow_FedoraVmcore.xml.in \
-    workflow_FedoraXorg.xml.in \
-    workflow_Upload.xml.in \
-    workflow_RHELCCpp.xml.in \
-    workflow_RHELKerneloops.xml.in \
-    workflow_RHELPython.xml.in \
-    workflow_RHELvmcore.xml.in \
-    workflow_RHELxorg.xml.in
+    workflow_Upload.xml.in
 
 if BUILD_BUGZILLA
 EXTRA_DIST += \
-    workflow_AnacondaFedora.xml.in \
-    workflow_AnacondaRHEL.xml.in \
     workflow_AnacondaUpload.xml.in
 endif
diff --git a/src/workflows/anaconda_event.conf b/src/workflows/anaconda_event.conf
index 5828b5a..91a2e14 100644
--- a/src/workflows/anaconda_event.conf
+++ b/src/workflows/anaconda_event.conf
@@ -1,3 +1,2 @@
-EVENT=workflow_AnacondaFedora component=anaconda
-EVENT=workflow_AnacondaRHEL component=anaconda
+EVENT=workflow_AnacondaSabayon component=anaconda
 EVENT=workflow_AnacondaUpload component=anaconda
diff --git a/src/workflows/report_fedora.conf b/src/workflows/report_fedora.conf
deleted file mode 100644
index 84009bf..0000000
--- a/src/workflows/report_fedora.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-EVENT=workflow_FedoraCCpp analyzer=CCpp
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_FedoraPython analyzer=Python component!=anaconda
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_FedoraKerneloops analyzer=Kerneloops
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_FedoraVmcore analyzer=vmcore
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_FedoraXorg analyzer=xorg
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
diff --git a/src/workflows/report_rhel.conf b/src/workflows/report_rhel.conf
deleted file mode 100644
index 104bcc3..0000000
--- a/src/workflows/report_rhel.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-EVENT=workflow_RHELCCpp analyzer=CCpp
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_RHELPython analyzer=Python component!=anaconda
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_RHELKerneloops analyzer=Kerneloops
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_RHELvmcore analyzer=vmcore
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
-
-EVENT=workflow_RHELxorg analyzer=xorg
-# this is just a meta event which consists of other events
-# the list is defined in the xml file
diff --git a/src/workflows/workflow_AnacondaFedora.xml.in b/src/workflows/workflow_AnacondaFedora.xml.in
deleted file mode 100644
index 6322d9a..0000000
--- a/src/workflows/workflow_AnacondaFedora.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report a bug to Fedora maintainers</_name>
-    <_description>Process the report using the Fedora infrastructure</_description>
-
-    <events>
-        <event>report_Bugzilla</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_AnacondaRHEL.xml.in b/src/workflows/workflow_AnacondaRHEL.xml.in
deleted file mode 100644
index 6d401ff..0000000
--- a/src/workflows/workflow_AnacondaRHEL.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report a bug to Red Hat Support Tool</_name>
-    <_description>Process the report using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_AnacondaSabayon.xml.in b/src/workflows/workflow_AnacondaSabayon.xml.in
new file mode 100644
index 0000000..bf27e52
--- /dev/null
+++ b/src/workflows/workflow_AnacondaSabayon.xml.in
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<workflow>
+    <_name>Report a bug to Kogaion maintainers</_name>
+    <_description>Process the report using the Kogaion infrastructure</_description>
+
+    <events>
+        <event>report_Bugzilla</event>
+    </events>
+</workflow>
diff --git a/src/workflows/workflow_FedoraCCpp.xml.in b/src/workflows/workflow_FedoraCCpp.xml.in
deleted file mode 100644
index b48d25a..0000000
--- a/src/workflows/workflow_FedoraCCpp.xml.in
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Fedora</_name>
-    <_description>Process the C/C++ crash using the Fedora infrastructure</_description>
-
-    <events>
-        <event>report_uReport</event>
-        <event>collect_*</event>
-        <event>analyze_CCpp</event>
-        <event>report_Bugzilla</event>
-        <event>post_report</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_FedoraKerneloops.xml.in b/src/workflows/workflow_FedoraKerneloops.xml.in
deleted file mode 100644
index a3aa867..0000000
--- a/src/workflows/workflow_FedoraKerneloops.xml.in
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Fedora</_name>
-    <_description>Process the kerneloops using the Fedora infrastructure</_description>
-
-    <events>
-        <event>report_uReport</event>
-        <event>collect_*</event>
-        <event>report_Bugzilla</event>
-        <event>post_report</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_FedoraPython.xml.in b/src/workflows/workflow_FedoraPython.xml.in
deleted file mode 100644
index 520f406..0000000
--- a/src/workflows/workflow_FedoraPython.xml.in
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Fedora</_name>
-    <_description>Process the python exception using the Fedora infrastructure</_description>
-
-    <events>
-        <event>report_uReport</event>
-        <event>collect_*</event>
-        <event>report_Bugzilla</event>
-        <event>post_report</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_FedoraVmcore.xml.in b/src/workflows/workflow_FedoraVmcore.xml.in
deleted file mode 100644
index b6b9cd9..0000000
--- a/src/workflows/workflow_FedoraVmcore.xml.in
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Fedora</_name>
-    <_description>Process the kernel crash using the Fedora 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 --git a/src/workflows/workflow_FedoraXorg.xml.in b/src/workflows/workflow_FedoraXorg.xml.in
deleted file mode 100644
index d796bae..0000000
--- a/src/workflows/workflow_FedoraXorg.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Fedora</_name>
-    <_description>Process the X Server problem using the Fedora infrastructure</_description>
-
-    <events>
-        <event>report_Bugzilla</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_RHELCCpp.xml.in b/src/workflows/workflow_RHELCCpp.xml.in
deleted file mode 100644
index 026062a..0000000
--- a/src/workflows/workflow_RHELCCpp.xml.in
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Red Hat</_name>
-    <_description>Process the C/C++ crash using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>collect_*</event>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_RHELKerneloops.xml.in b/src/workflows/workflow_RHELKerneloops.xml.in
deleted file mode 100644
index 7f84822..0000000
--- a/src/workflows/workflow_RHELKerneloops.xml.in
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Red Hat</_name>
-    <_description>Process the kerneloops using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>collect_*</event>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_RHELPython.xml.in b/src/workflows/workflow_RHELPython.xml.in
deleted file mode 100644
index a0a4aeb..0000000
--- a/src/workflows/workflow_RHELPython.xml.in
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Red Hat</_name>
-    <_description>Process the python exception using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>collect_*</event>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_RHELvmcore.xml.in b/src/workflows/workflow_RHELvmcore.xml.in
deleted file mode 100644
index 31712e0..0000000
--- a/src/workflows/workflow_RHELvmcore.xml.in
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Red Hat</_name>
-    <_description>Process the kernel crash using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>collect_*</event>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
diff --git a/src/workflows/workflow_RHELxorg.xml.in b/src/workflows/workflow_RHELxorg.xml.in
deleted file mode 100644
index 7dfda52..0000000
--- a/src/workflows/workflow_RHELxorg.xml.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" ?>
-<workflow>
-    <_name>Report to Red Hat</_name>
-    <_description>Process the X Server problem using the Red Hat infrastructure</_description>
-
-    <events>
-        <event>report_RHTSupport</event>
-    </events>
-</workflow>
-- 
1.9.2