summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-06 15:49:13 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-18 17:20:08 +0200
commit87399e68fdcffa97df7ebf32cc8dccf4d4d528c0 (patch)
tree6c3b03d8abb1d41d0ddff6d38d69c5d1250269ec /bin/reproducible_build.sh
parent4805db3c115ed6a0fcb6f2417b5cd280e8c9aa8e (diff)
downloadjenkins.debian.net-87399e68fdcffa97df7ebf32cc8dccf4d4d528c0.tar.xz
reproducible: build: refactor: call_debbindiff(): add a catchall for every evenience
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh4
1 files changed, 4 insertions, 0 deletions
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
}