From 075c2f2d73ab25d3aa917deec0b1e3bc505671a3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 21 Mar 2017 19:39:51 +0100 Subject: reproducible Debian: refactor Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index b99c1c52..c3b05a18 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -449,8 +449,9 @@ call_diffoscope_on_changes_files() { if (( $RESULT > 128 )) && (( $RESULT <= 128+31 )); then RESULT="$RESULT (SIG$(kill -l $(($RESULT - 128))))" fi - handle_ftbr "Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it" - irc_message debian-reproducible-changes "Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it. Please check $RBUILDLOG and $DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE" + local MSG_PART1="Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it" + handle_ftbr "$MSG_PART1" + irc_message debian-reproducible-changes "$MSG_PART1 Please check $RBUILDLOG and $DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE" ;; esac } -- cgit v1.2.3-70-g09d2