summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfra/dgit-repos-policy-debian10
1 files changed, 10 insertions, 0 deletions
diff --git a/infra/dgit-repos-policy-debian b/infra/dgit-repos-policy-debian
index 7051345..ac1ee29 100755
--- a/infra/dgit-repos-policy-debian
+++ b/infra/dgit-repos-policy-debian
@@ -577,6 +577,16 @@ END
$row->{overrides} = [ map { $_->[0] } @$delibs ];
delete $row->{taint_id};
}
+ if (defined(my $questionable_head_msg = package_questionable_head_msg())) {
+ my $head = git_rev_parse('HEAD~0');
+ push @$topq, {
+ gitobjtype => 'commit',
+ gitobjid => $head,
+ comment => 'Package is in NEW, need a --deliberately',
+ hint => $questionable_head_msg,
+ overrides => [], # FIXME
+ };
+ }
print encode_json $topq, "\n" or die $!;
}