Section: File Formats (5)Updated: Dec 2007Local indexUp
NAME
reportbug.conf
- The configuration file for reportbug
SYNOPSIS
/etc/reportbug.conf
- The configuration file for reportbug, a program designed to report bugs in the
Debian distribution
DESCRIPTION
This manual page describes the layout of the reportbug and
querybts configuration file and the available configuration
options. The default location of the file is
/etc/reportbug.conf and the options may be overriding in
$HOME/.reportbugrc (which follows the same format as
reportbug.conf).
Please note that any configuration file has to be a valid UTF-8
document, and not in a different locale; this is particularly
important in situations where localized characters has to be used
(like for realname).
FILE FORMAT
Configuration options can be specified in the form
option-nameoption-value
True/False (boolean) options can be specified as
boolean-option
(if it's present, it's a True).
Usually, no-option will disable option if option is
boolean.
Options can be specified in any order.
OPTIONS
The summary of possible options (in alphabetical order) is as follows:
bts
The bug tracking system to use, see reportbug --help searching
for --bts option for a list of currently supported BTSes.
cc (boolean)
Whether the reporter should be Cc:ed on the bug report.
check-available (boolean)
Whether packages.debian.org should be queried for newer releases
of the package. In advanced and expert mode,
incoming.debian.org and
http://ftp-master.debian.org/new.html are also checked.
compress (boolean)
Whether modified configuration files included in the bug report should
be stripped down.
config-files (boolean)
Whether modified configuration files should be included with the bug
report.
editor
The editor to use to edit the bug report. Example:
editor"emacs -nw"
email
Default From address of the bug email (override with environment
variables, see reportbug(1)). Example:
header"X-Debbugs-CC: debian-qa@lists.debian.org" header"X-Silly-Header: I haven't edited my /etc/reportbug.conf" header"X-Debbugs-No-Ack: please" # to suppress acknowledgments
http_proxy
Default HTTP proxy used to query the BTS (override with environment
variables, see reportbug(1)). Example: