From: Don Armstrong Date: Mon, 30 Oct 2017 16:50:28 +0000 (-0700) Subject: put sources/maintainer files into mirror location in local-debbugs X-Git-Tag: release/2.6.0~62 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=f2a1942c3096ec50bc3c6ff9b0c6ce7508a708c5 put sources/maintainer files into mirror location in local-debbugs --- 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;