From a7300206ae2e77d77f722e616123ddfc6dc02298 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 2 May 2015 16:52:09 +0100 Subject: Policy hook protocol: pass dgit live directory (nfc) --- 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 88eb4fc..0c7d888 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -15,6 +15,7 @@ use Debian::Dgit::Policy::Debian; 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 $action = shift @ARGV // die "need ACTION"; our $publicmode = 02775; -- cgit v1.2.1