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
|
##########################################################################
# Domain Names #
##########################################################################
Email Domain = bugs.somewhere.com
List Domain = lists.somewhere.com
Web Domain = www.somewhere.com
CGI Domain = cgi.somewhere.com
##########################################################################
# Identification #
##########################################################################
Short Name = Debian
Long Name = Debian GNU/Linux
Owner Name = Darren Benham
Owner Email = owner@bugs.somewhere.com
##########################################################################
# Paths/files #
##########################################################################
Spool Dir = /var/lib/debbugs/spool/incoming
Work Dir = /var/lib/debbugs/spool
Web Dir = /var/lib/debbugs/www
Doc Dir = /var/lib/debbugs/www/txt
Template Dir = /etc/debbugs/emails
Maintainer File = /etc/debbugs/Maintainers
##########################################################################
# Emails #
# *-con are control/request responses. Without -con are used by process #
# not-* are notifing submitter responeses #
# *-don[-con] are respones relating to "done" or "close" actions #
##########################################################################
Not-Don-Con = notify-done-control.txt
##########################################################################
# Lists #
##########################################################################
Submit List = project-bugs-dist
Maint List = project-bugs-private
Quiet List = project-bugs-private
Forwarded List = project-bugs-forwarded
Done List = project-bugs-closed
Request List = project-bugs-request
Submitter List = project-bugs-submitter
Control List = project-bugs-dist
Summary List = project-bugs-reports
Mirror List = bts-mirrors
##########################################################################
# Other Configuration Issues #
##########################################################################
Mailer = exim
Singular Term = bug
Plural Term = bugs
Expire Age = 28
Save Expired Bugs = true
Mirrors = bugs.us.somewhere.com, bugs.uk.somewhere.com, bugs.jp.somewhere.com
##########################################################################
# Severity Information #
##########################################################################
Severities = 6
Default Severity = 3
Normal Severity = 3
Severity #1 = fixed
Severity #2 = wishlist
Severity #3 = normal
Severity #4 = important
Severity #5 = grave
Severity #6 = critical
|