Too many patches don't apply (due to coderepos being a PITA to
associate) and interested admins can check for 404s to diagnose
them, anyways. This reduces the noise in syslog/stderr for
public-facing daemons.
}
}
-sub apply_result ($$) {
+sub apply_result ($$) { # qx_cb
my ($bref, $self) = @_;
my ($qsp_err, $di) = delete @$self{qw(-qsp_err -cur_di)};
dbg($self, $$bref);
return do_git_apply($self);
} else {
$msg .= " (no patches left to try for $di->{oid_b})\n";
- ERR($self, $msg);
+ dbg($self, $msg);
+ return done($self, undef);
}
} else {
skip_identical($self, $patches, $di->{oid_b});