chiark / gitweb /
Infra: pass $distrodir to policy hook (as yet unused, intended for config)
[dgit.git] / infra / dgit-repos-policy-debian
index 7d12b6eff92a5a73f3181f4dea0dd1de9c1fde27..1e32d391129046ad2f64e5a11b6f902292a000f2 100755 (executable)
@@ -20,6 +20,7 @@ enabledebuglevel $ENV{'DGIT_DRS_DEBUG'};
 our $distro = shift @ARGV // die "need DISTRO";
 our $repos = shift @ARGV // die "need DGIT-REPOS-DIR";
 our $dgitlive = shift @ARGV // die "need DGIT-LIVE-DIR";
+our $distrodir = shift @ARGV // die "need DISTRO-DIR";
 our $action = shift @ARGV // die "need ACTION";
 
 our $publicmode = 02775;