From ac3fd2f34f0e3c9555afcd8fc71b90f04b27e658 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 11 May 2015 09:35:16 +0100 Subject: Infra: pass $distrodir to policy hook (as yet unused, intended for config) --- infra/dgit-repos-policy-debian | 1 + 1 file changed, 1 insertion(+) (limited to 'infra/dgit-repos-policy-debian') diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 7d12b6e..1e32d39 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -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; -- cgit v1.2.3