From f589d5c5bf8e531b81f9b5824bbd271720e2db61 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 14:49:14 +0200 Subject: reproducible: shorten irc message, the issue is confirmed and the solution clear... --- bin/reproducible_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index bc42e29b..964794f1 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -271,7 +271,8 @@ check_buildinfo() { set -e rm $TMPFILE1 $TMPFILE2 if [ $RESULT -eq 1 ] ; then - irc_message "$BUILDINFO varies, probably due to mirror update. Please investigate ${BUILD_URL} and make reproducible_build.sh deal properly with this." + irc_message "$BUILDINFO varies, probably due to mirror update." + # FIXME: rebuild again, probably just the first though fi } -- cgit v1.2.3-54-g00ecf