]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-10-10 20:08:57 by joy]
authorjoy <>
Wed, 11 Oct 2000 03:08:57 +0000 (19:08 -0800)
committerjoy <>
Wed, 11 Oct 2000 03:08:57 +0000 (19:08 -0800)
added gTags variable

scripts/config.debian
scripts/config.in

index 88cdc4b54a00f5da88888602f137874ddb449733..2a94e6d6658fa18195315dcf7258bef4cc206564 100644 (file)
@@ -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";
index 1b6fc0242ae6c0fca466a125cf450580786b352c..55753ff1ab53d7df97898f716557283ff784b3d7 100644 (file)
@@ -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";