]> git.donarmstrong.com Git - bugscan.git/commitdiff
debian sources and ftproot were completely wrong in bugcfg.pm
authorDon Armstrong <don@donarmstrong.com>
Sat, 7 Dec 2013 22:15:30 +0000 (14:15 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 7 Dec 2013 22:15:30 +0000 (14:15 -0800)
bugcfg.pm

index d23df59bd7c8c7422cb591d33a49b99db985e971..7d0469d05c8bf4c91cffa18ab853b49f3813457a 100644 (file)
--- a/bugcfg.pm
+++ b/bugcfg.pm
@@ -12,8 +12,8 @@ use Debbugs::Config qw(:config);
 
 $spooldir = $config{spool_dir}.'/db-h';
 $maintainerlist = $config{maintainer_file};
 
 $spooldir = $config{spool_dir}.'/db-h';
 $maintainerlist = $config{maintainer_file};
-$debian_ftproot = $config{package_source};
-$debian_sources = $config{package_source};
+$debian_sources = "/etc/debbugs/indices/ftp.sources";
+$debian_ftproot = "/srv/bugs.debian.org/etc/indices/ftp/testing";
 $pseudolist = $config{pseudo_desc_file};
 
 # this is just the default, and should always be overriden by the
 $pseudolist = $config{pseudo_desc_file};
 
 # this is just the default, and should always be overriden by the