summaryrefslogtreecommitdiff
path: root/infra/dgit-repos-policy-debian
diff options
context:
space:
mode:
Diffstat (limited to 'infra/dgit-repos-policy-debian')
-rwxr-xr-xinfra/dgit-repos-policy-debian5
1 files changed, 3 insertions, 2 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index 86794f5..81f8d45 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -445,6 +445,7 @@ END
END
my $mustreject=0;
+ my %hinted;
while (my $taintid = shift @taintids) {
$!=0; $_ = <CHKOUT>;
@@ -492,11 +493,11 @@ END
$untaintq->execute($taintid);
}
- $stderr .= tainted_objects_message {
+ $stderr .= tainted_objects_message({
%$ti,
gitobjid => $objid,
gitobjtype => $objtype,
- }, $ovstatus;
+ }, $ovstatus, \%hinted);
}
close CHKOUT;