summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh3
1 files changed, 2 insertions, 1 deletions
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
}