X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=c53a9f5dc7323b0a7a795ae49384094f1e2a932a;hp=ebe515dbc7e8b825217dacfac3cacc3dbb86daef;hb=4ef8564c7e87c67015de727dbf9bd23a51f927d3;hpb=79a7d8380b9712a363a95e8998d6ba3e95ff581b diff --git a/bugcfg.pm b/bugcfg.pm index ebe515d..c53a9f5 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -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" );