summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-02 20:43:12 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-05-31 11:54:09 +0100
commitbef4fbf5bb46be7ddb1e78d6ebca866648aa9dbf (patch)
tree2dae5c2bd500b12f19d017ba5f1efee29f8f31b3
parent13161881906ef646bf3a40d3ed343cfbdd50657a (diff)
dgit-repos-policy-debian: WIP bugfixes
-rwxr-xr-xinfra/dgit-repos-policy-debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index 3353d42..e00fb5a 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;