summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
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
}