summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-02 00:21:50 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-02 00:21:50 +0200
commit48479f9a3fdf5aaa6b757b08160d862fc1ff44c5 (patch)
treec06c9905d99254e29761e9821ca110074f4eb59f /bin/reproducible_build.sh
parentc8067df0a32cf4c58dc2d432937d9723acc383de (diff)
downloadjenkins.debian.net-48479f9a3fdf5aaa6b757b08160d862fc1ff44c5.tar.xz
reproducible: improve irc message, when installed packages vary between the 1st+2nd _and_ 2nd+3rd build attempt
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7d516941..813a8f83 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -475,7 +475,7 @@ check_buildinfo() {
RESULT=$?
set -e
if [ $RESULT -eq 1 ] ; then
- irc_message "$BUILDINFO varies again, what??? Please investigate"
+ irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE had different packages installed in the 1st+2nd build, and then also in the 2nd+3rd builds. Please investigate, this should not happen."
fi
fi
rm $TMPFILE1 $TMPFILE2