[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: shorten IRC messages somewhat
Holger Levsen
holger at layer-acht.org
Wed Apr 26 22:43:17 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 774b93ef87a61b0f868943286d659c8a6a45f6a0
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Apr 27 00:43:11 2017 +0200
reproducible Debian: shorten IRC messages somewhat
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_build.sh | 2 +-
bin/reproducible_common.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d9baca1..38ae2bd 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -452,7 +452,7 @@ call_diffoscope_on_changes_files() {
if (( $RESULT > 128 )) && (( $RESULT <= 128+31 )); then
RESULT="$RESULT (SIG$(kill -l $(($RESULT - 128))))"
fi
- local MSG_PART1="Something weird happened when running $DIFFOSCOPE (which exited with $RESULT) and I don't know how to handle it"
+ local MSG_PART1="Something weird happened, $DIFFOSCOPE 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"
;;
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index d6ab697..4ed6414 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -597,7 +597,7 @@ call_diffoscope() {
if (( $RESULT > 128 )) && (( $RESULT <= 128+31 )); then
RESULT="$RESULT (SIG$(kill -l $(($RESULT - 128))))"
fi
- msg="$(date -u) - Something weird happened when running $DIFFOSCOPE on $1/$2 (which exited with $RESULT) and I don't know how to handle it."
+ msg="$(date -u) - Something weird happened, $DIFFOSCOPE on $1/$2 exited with $RESULT and I don't know how to handle it."
;;
esac
if [ ! -z "$msg" ] ; then
--
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