summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-06 14:49:14 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-06 14:49:14 +0200
commitf589d5c5bf8e531b81f9b5824bbd271720e2db61 (patch)
tree44e16ff33cb871c9f7d03e06321cdccf00ecb8fa /bin/reproducible_build.sh
parent6b6b3e9fe2e222b4ec55d171f88e941f7bacd452 (diff)
downloadjenkins.debian.net-f589d5c5bf8e531b81f9b5824bbd271720e2db61.tar.xz
reproducible: shorten irc message, the issue is confirmed and the solution clear...
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
}