X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Flocal-debbugs;h=3e397f38999b8b9126b83e3d6e1e723ccd7cf0ef;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=482592344c5b21503af0a7f6185cc07c10eef777;hpb=975055914729daa5d622a6abe072be35a008b11e;p=debbugs.git diff --git a/bin/local-debbugs b/bin/local-debbugs index 4825923..3e397f3 100755 --- a/bin/local-debbugs +++ b/bin/local-debbugs @@ -204,12 +204,12 @@ if ($options{daemon}) { \$gSpoolDir = "$options{mirror_location}"; \$gTemplateDir = "$options{template_dir}"; \$gWebHost = 'localhost:$options{port}'; -\$gPackageSource = ''; +\$gPackageSource = '$options{mirror_location}/sources'; \$gPseudoDescFile = ''; \$gPseudoMaintFile = ''; -\$gMaintainerFile = ''; +\$gMaintainerFile = '$options{mirror_location}/Maintainers'; \$gMaintainerFileOverride = ''; -\$config{source_maintainer_file} = ''; +\$config{source_maintainer_file} = '$options{mirror_location}/Source_maintainers'; \$config{source_maintainer_file_override} = ''; \$gProject = 'Local Debbugs'; 1;