diff options
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-x | bin/reproducible_build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 0748b751..00c7353f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -383,7 +383,6 @@ check_buildinfo() { diff $TMPFILE1 $TMPFILE2 RESULT=$? set -e - rm $TMPFILE1 $TMPFILE2 if [ $RESULT -eq 1 ] ; then irc_message "$BUILDINFO varies, probably due to mirror update. Doing the first build again, please check ${BUILD_URL}console for now..." first_build |