[Qa-jenkins-scm] [jenkins.debian.net] 03/03: reproducible/openwrt|lede: slave: don't trap when building

Holger Levsen holger at layer-acht.org
Mon Oct 17 17:23:43 UTC 2016


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 1ec16190854874bb24f6016d7edb96b8cdff62ae
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Mon Oct 17 04:17:15 2016 +0200

    reproducible/openwrt|lede: slave: don't trap when building
    
    In case of an error, it will exit 1 and the master will
    clean up the tmpdirs of the remote nodes in case of failures.
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_openwrt_common.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh
index f72be5b..d671c24 100644
--- a/bin/reproducible_openwrt_common.sh
+++ b/bin/reproducible_openwrt_common.sh
@@ -283,7 +283,6 @@ openwrt_build() {
 	export TMPBUILDDIR=$TMPDIR/build/
 
 	mv "$TMPDIR/download" "$TMPBUILDDIR"
-	trap node_cleanup_tmpdirs INT TERM EXIT
 
 	# openwrt/lede is checkouted under /download
 	cd $TMPBUILDDIR/$TYPE

-- 
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