chiark / gitweb /
dgit-repos-server: Set internal $suitesfile and $keyrings as well as just env vars.
[dgit.git] / infra / dgit-repos-server
index baaf99197198a603b3ecddd101d16bd1f8eb5e56..d3d711f178ab99fda55dbe849fd77114f98b6e01 100755 (executable)
@@ -818,8 +818,8 @@ sub parseargsdispatch () {
     }
 
     $ENV{'DGIT_DRS_DISTRO'} = $distro = argval();
-    $ENV{'DGIT_DRS_SUITES'} = argval();
-    $ENV{'DGIT_DRS_KEYRINGS'} = argval();
+    $ENV{'DGIT_DRS_SUITES'} = $suitesfile = argval();
+    $ENV{'DGIT_DRS_KEYRINGS'} = $keyrings = argval();
     $ENV{'DGIT_DRS_REPOS'} = $dgitrepos = argval();
     $ENV{'DGIT_DRS_POLICYHOOK'} = $policyhook = argval();