From f2a1942c3096ec50bc3c6ff9b0c6ce7508a708c5 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 30 Oct 2017 09:50:28 -0700 Subject: [PATCH] put sources/maintainer files into mirror location in local-debbugs --- bin/local-debbugs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2