From 87399e68fdcffa97df7ebf32cc8dccf4d4d528c0 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Mon, 6 Apr 2015 15:49:13 +0200 Subject: reproducible: build: refactor: call_debbindiff(): add a catchall for every evenience --- bin/reproducible_build.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 186f934f..b8d1e339 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 } -- cgit v1.2.3-70-g09d2