diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |