From: Ian Jackson Date: Sat, 2 May 2015 19:43:12 +0000 (+0100) Subject: dgit-repos-policy-debian: WIP bugfixes X-Git-Tag: debian/0.30~191 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=bef4fbf5bb46be7ddb1e78d6ebca866648aa9dbf dgit-repos-policy-debian: WIP bugfixes --- diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian index 3353d42d..e00fb5a3 100755 --- a/infra/dgit-repos-policy-debian +++ b/infra/dgit-repos-policy-debian @@ -83,7 +83,7 @@ our %deliberately; sub apiquery ($) { my ($subpath) = @_; local $/=undef; - my $cmd = "$dgitlive/dgit -d $distro \$DGIT_TEST_OPTS"; + my $cmd = "$dgitlive/dgit -d$distro \$DGIT_TEST_OPTS"; $cmd .= " -".("D" x $debuglevel) if $debuglevel; $cmd .= " archive-api-query $subpath"; printdebug "apiquery $cmd\n"; @@ -199,7 +199,7 @@ sub add_taint_by_tag ($$) { " removed from NEW (ie, rejected) (or never arrived)"); } -sub action__check_package () { +sub action_check_package () { getpackage(); return 0 unless $pkg_exists; return 0 unless $pkg_secret;