192 |
- |
1 |
# Lines starting with # are ignored.
|
|
|
2 |
# Lines can be continued on the next line using trailing backslash.
|
|
|
3 |
#
|
|
|
4 |
# Format:
|
|
|
5 |
# %summary:: summary format
|
|
|
6 |
# section:: element1[,element2]...
|
|
|
7 |
# The literal text line to be added to Bugzilla comment. Can be empty.
|
|
|
8 |
# (IOW: empty lines are NOT ignored!)
|
|
|
9 |
#
|
|
|
10 |
# Summary format is a line of text, where %element% is replaced by
|
|
|
11 |
# text element's content, and [[...%element%...]] block is used only if
|
|
|
12 |
# %element% exists. [[...]] blocks can nest.
|
|
|
13 |
#
|
|
|
14 |
# Sections can be:
|
|
|
15 |
# - %summary: bug summary format string.
|
|
|
16 |
# - %attach: a list of elements to attach.
|
|
|
17 |
# - text, double colon (::) and the list of comma-separated elements.
|
|
|
18 |
# Text can be empty (":: elem1, elem2, elem3" works),
|
|
|
19 |
# in this case "Text:" header line will be omitted.
|
|
|
20 |
#
|
|
|
21 |
# Elements can be:
|
|
|
22 |
# - problem directory element names, which get formatted as
|
|
|
23 |
# <element_name>: <contents>
|
|
|
24 |
# or
|
|
|
25 |
# <element_name>:
|
|
|
26 |
# :<contents>
|
|
|
27 |
# :<contents>
|
|
|
28 |
# :<contents>
|
|
|
29 |
# - problem directory element names prefixed by "%bare_",
|
|
|
30 |
# which is formatted as-is, without "<element_name>:" and colons
|
|
|
31 |
# - %oneline, %multiline, %text wildcards, which select all corresponding
|
|
|
32 |
# elements for output or attachment
|
|
|
33 |
# - %binary wildcard, valid only for %attach section, instructs to attach
|
|
|
34 |
# binary elements
|
|
|
35 |
# - problem directory element names prefixed by "-",
|
|
|
36 |
# which excludes given element from all wildcards
|
|
|
37 |
#
|
|
|
38 |
# Nonexistent elements are silently ignored.
|
|
|
39 |
# If none of elements exists, the section will not be created.
|
|
|
40 |
|
|
|
41 |
%summary:: %reason%
|
|
|
42 |
|
|
|
43 |
Description of problem:: %bare_comment
|
|
|
44 |
|
|
|
45 |
Version-Release number of selected component:: %bare_package
|
|
|
46 |
|
|
|
47 |
:: %bare_description
|
|
|
48 |
|
|
|
49 |
Additional info:: \
|
|
|
50 |
reporter,-pkg_arch,-pkg_epoch,-pkg_name,-pkg_release,-pkg_version,\
|
|
|
51 |
-pkg_vendor,-pkg_fingerprint,-component,-architecture,-extra-cc,\
|
|
|
52 |
-analyzer,-count,-duphash,-uuid,-abrt_version,\
|
|
|
53 |
-username,-hostname,-os_release,-last_occurrence,-ureports_counter,\
|
|
|
54 |
-time,-pid,-pwd,-backtrace,-core_backtrace,-ifcfg.log,-packaging.log,-tid,\
|
|
|
55 |
%oneline,
|
|
|
56 |
|
|
|
57 |
%attach:: -reported_to,-comment,-reason,-event_log,-extra-cc,%multiline,\
|
|
|
58 |
-coredump,ifcfg.log,packaging.log,%binary
|