diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-11 19:54:55 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-11 19:54:55 +0200 |
commit | 76635e72a9695e0a1e380060fc4b45f47fd03fee (patch) | |
tree | 08b9f60a66025edf7dd8cc79a5293c4bac9a2dca | |
parent | aea705d5df680b774379e9a5adecc14938260008 (diff) | |
download | jenkins.debian.net-76635e72a9695e0a1e380060fc4b45f47fd03fee.tar.xz |
reproducible: fixup aea705d5
-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 |