X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Flocal-debbugs;h=3e397f38999b8b9126b83e3d6e1e723ccd7cf0ef;hb=6532b246361b5d28b6ce3b44154a71edd3ca9a9e;hp=070b5a4b73fc94554fcf8c41c4b049a539710c8d;hpb=285eaf73e9bd45eacbab7bffd16d055864df4ccc;p=debbugs.git diff --git a/bin/local-debbugs b/bin/local-debbugs index 070b5a4..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; @@ -627,3 +627,7 @@ sub select_bugs{ __END__ +# Local Variables: +# cperl-indent-level: 4 +# indent-tabs-mode: nil +# End: