From 48479f9a3fdf5aaa6b757b08160d862fc1ff44c5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 00:21:50 +0200 Subject: reproducible: improve irc message, when installed packages vary between the 1st+2nd _and_ 2nd+3rd build attempt --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf