[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: don't fail a build job just because we cannot sign it

Holger Levsen holger at layer-acht.org
Tue Nov 1 12:26:49 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ee5f529596c86d86999d6a0b69166654568be587
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Nov 1 13:26:39 2016 +0100

    reproducible Debian: don't fail a build job just because we cannot sign it
---
 bin/reproducible_build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 57178b7..9fd1299 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"
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list