From: joy <> Date: Wed, 11 Oct 2000 03:08:57 +0000 (-0800) Subject: [project @ 2000-10-10 20:08:57 by joy] X-Git-Tag: release/2.6.0~1210 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=73a25fbd478e9cfc542e82fa6b1ab29ea175f796;p=debbugs.git [project @ 2000-10-10 20:08:57 by joy] added gTags variable --- diff --git a/scripts/config.debian b/scripts/config.debian index 88cdc4b..2a94e6d 100644 --- a/scripts/config.debian +++ b/scripts/config.debian @@ -1,5 +1,5 @@ # This is the bugs.debian.org debbugs configuration file. -# $Id: config.debian,v 1.6 2000/10/07 19:00:44 joy Exp $ +# $Id: config.debian,v 1.7 2000/10/10 20:08:57 joy Exp $ # Domains $gEmailDomain = "bugs.debian.org"; @@ -45,6 +45,7 @@ $gShowSeverities = "critical, grave, important, normal, minor, wishlist, fixed"; 'minor', "Trivial $gBugs", 'fixed', "NMU Fixed $gBugs", 'wishlist', "Wishlist items" ); +@gTags = ( 'patch', 'wontfix', 'moreinfo', 'unreproducible', 'fixed', 'stable' ); # better don't change this $gBounceFroms = "^mailer|^da?emon|^post.*mast|^root|^wpuser|^mmdf|^smt.*|^mrgate|^vmmail|^mail.*system|^uucp|-maiser-|^mal\@|^mail.*agent|^tcpmail|^bitmail|^mailman"; diff --git a/scripts/config.in b/scripts/config.in index 1b6fc02..55753ff 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -1,6 +1,6 @@ # This is the template debbugs configuration file. # You *must* edit it in order for debbugs to work. -# $Id: config.in,v 1.9 2000/10/08 15:17:10 joy Exp $ +# $Id: config.in,v 1.10 2000/10/10 20:08:57 joy Exp $ # Domains $gEmailDomain = "bugs.something"; # e.g. bugs.debian.org @@ -46,6 +46,7 @@ $gShowSeverities = "critical, grave, normal, minor, wishlist"; 'normal', "Normal $gBugs", 'fixed', "Fixed $gBugs", 'wishlist', "Wishlist items" ); +@gTags = ( 'patch', 'wontfix', 'moreinfo', 'unreproducible', 'fixed', 'stable' ); # better don't change this $gBounceFroms = "^mailer|^da?emon|^post.*mast|^root|^wpuser|^mmdf|^smt.*|^mrgate|^vmmail|^mail.*system|^uucp|-maiser-|^mal\@|^mail.*agent|^tcpmail|^bitmail|^mailman";