diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-06 14:49:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-06 14:49:14 +0200 |
commit | f589d5c5bf8e531b81f9b5824bbd271720e2db61 (patch) | |
tree | 44e16ff33cb871c9f7d03e06321cdccf00ecb8fa | |
parent | 6b6b3e9fe2e222b4ec55d171f88e941f7bacd452 (diff) | |
download | jenkins.debian.net-f589d5c5bf8e531b81f9b5824bbd271720e2db61.tar.xz |
reproducible: shorten irc message, the issue is confirmed and the solution clear...
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
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 } |