Blame src/plugins/bugzilla_format.conf

Packit 4f15d5
# Lines starting with # are ignored.
Packit 4f15d5
# Lines can be continued on the next line using trailing backslash.
Packit 4f15d5
#
Packit 4f15d5
# Format:
Packit 4f15d5
# %summary:: summary format
Packit 4f15d5
# section:: element1[,element2]...
Packit 4f15d5
# The literal text line to be added to Bugzilla comment. Can be empty.
Packit 4f15d5
# (IOW: empty lines are NOT ignored!)
Packit 4f15d5
#
Packit 4f15d5
# Summary format is a line of text, where %element% is replaced by
Packit 4f15d5
# text element's content, and [[...%element%...]] block is used only if
Packit 4f15d5
# %element% exists. [[...]] blocks can nest.
Packit 4f15d5
#
Packit 4f15d5
# Sections can be:
Packit 4f15d5
# - %summary: bug summary format string.
Packit 4f15d5
# - %attach: a list of elements to attach.
Packit 4f15d5
# - text, double colon (::) and the list of comma-separated elements.
Packit 4f15d5
#   Text can be empty (":: elem1, elem2, elem3" works),
Packit 4f15d5
#   in this case "Text:" header line will be omitted.
Packit 4f15d5
#
Packit 4f15d5
# Elements can be:
Packit 4f15d5
# - problem directory element names, which get formatted as
Packit 4f15d5
#   <element_name>: <contents>
Packit 4f15d5
#   or
Packit 4f15d5
#   <element_name>:
Packit 4f15d5
#   :<contents>
Packit 4f15d5
#   :<contents>
Packit 4f15d5
#   :<contents>
Packit 4f15d5
# - problem directory element names prefixed by "%bare_",
Packit 4f15d5
#   which is formatted as-is, without "<element_name>:" and colons
Packit 4f15d5
# - %oneline, %multiline, %text wildcards, which select all corresponding
Packit 4f15d5
#   elements for output or attachment
Packit 4f15d5
# - %binary wildcard, valid only for %attach section, instructs to attach
Packit 4f15d5
#   binary elements
Packit 4f15d5
# - problem directory element names prefixed by "-",
Packit 4f15d5
#   which excludes given element from all wildcards
Packit 4f15d5
#
Packit 4f15d5
#   Nonexistent elements are silently ignored.
Packit 4f15d5
#   If none of elements exists, the section will not be created.
Packit 4f15d5
Packit 4f15d5
%summary:: [abrt] %pkg_name%[[: %crash_function%()]][[: %reason%]][[: TAINTED %tainted_short%]]
Packit 4f15d5
Packit 4f15d5
Description of problem:: %bare_comment
Packit 4f15d5
Packit 4f15d5
Version-Release number of selected component:: %bare_package
Packit 4f15d5
Packit 4f15d5
Additional info:: \
Packit 4f15d5
	-pkg_arch,-pkg_epoch,-pkg_name,-pkg_release,-pkg_version,\
Packit 4f15d5
	-pkg_vendor,-pkg_fingerprint,-component,-architecture,-extra-cc,\
Packit 4f15d5
	-analyzer,-count,-duphash,-uuid,-abrt_version,\
Packit 4f15d5
	-username,-hostname,-os_release,-os_info,\
Packit 4f15d5
	-time,-pid,-pwd,-last_occurrence,-ureports_counter,-tid,\
Packit 4f15d5
	%reporter,\
Packit 4f15d5
	%oneline
Packit 4f15d5
Packit 4f15d5
Truncated backtrace:: %bare_%short_backtrace
Packit 4f15d5
Packit 4f15d5
%attach:: -comment,-reason,-reported_to,-event_log,-extra-cc,%multiline,\
Packit 4f15d5
	-coredump,-build_ids,%binary