X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugcfg.pm;h=d4f700d602ac2590c57c8e275e1ff069b8a8714a;hp=678fc38b20ed567879862f26b425399b3bc5cea4;hb=b466d60ef751700a50478b94761418d5a5ef55c1;hpb=ee367581883b881d262b317916e1511cbc794f53 diff --git a/bugcfg.pm b/bugcfg.pm index 678fc38..d4f700d 100644 --- a/bugcfg.pm +++ b/bugcfg.pm @@ -37,11 +37,11 @@ if ($host eq "master" or $host eq "spohr" or $host eq "rietz") { die "Unknown machine, please configure paths in bugcfg.pm\n"; } -my $btsURL = "http://www.debian.org/Bugs/"; -my @architectures = ( "i386", "m68k", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" ); -my @sections = ( "main", "contrib", "non-free" ); -my @priorities = ( "serious", "grave", "critical" ); -my @skiptags = ( ); +our $btsURL = "http://www.debian.org/Bugs/"; +our @architectures = ( "i386", "m68k", "alpha", "sparc", "powerpc", "arm", "hppa", "ia64", "mips", "mipsel", "s390" ); +our @sections = ( "main", "contrib", "non-free" ); +our @priorities = ( "serious", "grave", "critical" ); +our @skiptags = ( ); 1;