]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
Make bugscan understand BTS versioning.
[bugscan.git] / bugcfg.pm
index 1f49544552d2a457980f21829c673c6c589dd8ef..8712a27b44c39d560d0d2685c65c2048d40d0d0b 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -41,7 +41,7 @@ $btsURL                       = "http://www.debian.org/Bugs/";
 @architectures         = ( "i386", "m68k", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" );
 @sections              = ( "main", "contrib", "non-free" );
 @priorities            = ( "serious", "grave", "critical" );
-@skiptags              = ( "wontfix", "fixed" );
+@skiptags              = ( );
 
 1;