[Qa-jenkins-scm] [jenkins.debian.net] 12/12: reproducible: build: refactor: call_debbindiff(): add a catchall for every evenience

Holger Levsen holger at moszumanska.debian.org
Sat Apr 18 15:44:59 UTC 2015


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 87399e68fdcffa97df7ebf32cc8dccf4d4d528c0
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Mon Apr 6 15:49:13 2015 +0200

    reproducible: build: refactor: call_debbindiff(): add a catchall for every evenience
---
 bin/reproducible_build.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 186f934..b8d1e33 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -220,6 +220,10 @@ call_debbindiff() {
 		124)
 			dbd_timeout
 			;;
+		*)
+			DEBBINDIFFOUT="Something weird with $DBDVERSION happened and I don't know how to handle it. Check out $BUILDLOG and $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE and investigate manually"
+			handle_ftbr
+			;;
 	esac
 	print_out_duration
 }

-- 
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