[Qa-jenkins-scm] [jenkins.debian.net] 10/12: reproducible: build: refactor: call_debbindiff(): call handle_ftbr() inside the case
Holger Levsen
holger at moszumanska.debian.org
Sat Apr 18 15:44:59 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 2f7824f9763892225fefa9a8141f631f7a6a4bdf
Author: Mattia Rizzolo <mattia at mapreri.org>
Date: Mon Apr 6 15:39:37 2015 +0200
reproducible: build: refactor: call_debbindiff(): call handle_ftbr() inside the case
---
bin/reproducible_build.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 7472c55..b1020b9 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -200,20 +200,21 @@ call_debbindiff() {
rm -f $DBDCHROOT_READLOCK $TMPLOG
echo | tee -a ${RBUILDLOG}
case $RESULT in
- 124)
- dbd_timeout
- ;;
0)
handle_reproducible
1)
DEBBINDIFFOUT="$DBDVERSION found issues, please investigate $REPRODUCIBLE_URL/dbd/${SUITE}/${ARCH}/${DBDREPORT}"
+ handle_ftbr
;;
2)
DEBBINDIFFOUT="$DBDVERSION had trouble comparing the two builds. Please investigate $REPRODUCIBLE_URL/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log"
SAVE_ARTIFACTS=3
+ handle_ftbr
+ ;;
+ 124)
+ dbd_timeout
;;
esac
- handle_ftbr
print_out_duration
}
--
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