getResponsibleAuthors: Respect checkResponsible
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
58ad3b4b6c
commit
2c90857689
|
@ -262,7 +262,7 @@ sub getResponsibleAuthors {
|
||||||
|
|
||||||
if ($prevBuild) {
|
if ($prevBuild) {
|
||||||
foreach my $curInput ($build->buildinputs_builds) {
|
foreach my $curInput ($build->buildinputs_builds) {
|
||||||
next unless ($curInput->type eq "git" || $curInput->type eq "hg");
|
next unless (($curInput->type eq "git" || $curInput->type eq "hg") && $curInput->checkresponsible);
|
||||||
my $prevInput = $prevBuild->buildinputs_builds->find({ name => $curInput->name });
|
my $prevInput = $prevBuild->buildinputs_builds->find({ name => $curInput->name });
|
||||||
next unless defined $prevInput;
|
next unless defined $prevInput;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue