[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: if 1st+2nd and 2nd+3rd have variing build environment, reschedule the package, instead of accepting the unreproducible result
Holger Levsen
holger at moszumanska.debian.org
Thu Oct 8 15:50:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit c1a76d6abfd5f357c273f1816136cd1a286e58a6
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Oct 8 17:49:35 2015 +0200
reproducible: if 1st+2nd and 2nd+3rd have variing build environment, reschedule the package, instead of accepting the unreproducible result
---
bin/reproducible_build.sh | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 8b3edf5..26798c8 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -647,12 +647,13 @@ check_buildinfo() {
set +e
diff $TMPFILE1 $TMPFILE2
RESULT=$?
+ rm $TMPFILE1 $TMPFILE2
set -e
if [ $RESULT -eq 1 ] ; then
- irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE had different packages installed in the 1st+2nd builds and also in the 2nd+3rd builds. Please check."
+ handle_unhandled "problem: different packages were installed in the 1st+2nd builds and also in the 2nd+3rd builds. Please check."
fi
fi
- rm $TMPFILE1 $TMPFILE2
+ rm -f $TMPFILE1 $TMPFILE2
}
build_rebuild() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list