Signbot refuses to sign builds if they were unsuccessful, however
it does not print any information about the build it refused to sign.
This commit modifies signbot to print additional information about
the refused build.
if ! is_digits "$result" ||
(( result != 0 )); then
- log_warn "Refusing to sign failed build"
+ log_warn "Not signing $repository#$branch [$ref] (build result was $result)"
return 1
fi