[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: refactor

Holger Levsen holger at layer-acht.org
Tue Mar 21 18:39:58 UTC 2017


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 075c2f2d73ab25d3aa917deec0b1e3bc505671a3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Mar 21 19:39:51 2017 +0100

    reproducible Debian: refactor
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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 b99c1c5..c3b05a1 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
 }

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