]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugcfg.pm
skip counts which end in .bad
[bugscan.git] / bugcfg.pm
index ebe515dbc7e8b825217dacfac3cacc3dbb86daef..5cc4b0c5d18316492a8bb583ceca4a3c5f0cd60a 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -1,5 +1,5 @@
 #! /usr/bin/perl
-# vim: ts=4 sw=4 nowrap
+# vim: ts=8 sw=8 nowrap
 
 use strict;
 use warnings;
@@ -26,7 +26,6 @@ if ($host eq "master" or $host eq "spohr" or $host eq "rietz") {
        die "Unknown machine, please configure paths in bugcfg.pm\n";
 }
 
-our $btsURL                    = "http://www.debian.org/Bugs/";
 our @architectures             = ( "i386", "amd64", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" );
 our @sections          = ( "main", "contrib", "non-free" );
 our @priorities                = ( "serious", "grave", "critical" );