diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 57178b76..9fd1299e 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -775,7 +775,7 @@ check_buildinfo() { sign_buildinfo() { log_info "Signing $BUILDINFO as $BUILDINFO_SIGNED" - gpg --output=$BUILDINFO_SIGNED --clearsign $BUILDINFO + gpg --output=$BUILDINFO_SIGNED --clearsign $BUILDINFO || log_error "Could not sign $BUILDINFO" log_info "Signed $BUILDINFO as $BUILDINFO_SIGNED" } |