chiark / gitweb /
Policy hook protocol: pass dgit live directory (nfc)
[dgit.git] / infra / dgit-repos-policy-debian
index 88eb4fce20c3285412781d82cc216839f312af2d..0c7d8887fe153152d9e877b0f27e95cf718e3b9e 100755 (executable)
@@ -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;