diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-10-17 04:17:15 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-17 19:23:35 +0200 |
commit | 1ec16190854874bb24f6016d7edb96b8cdff62ae (patch) | |
tree | eae6cfee29cdd0fc230ff0aa89370e543603e241 | |
parent | 522f4a8f11d1797f9420a89efcf36a127ddafdbf (diff) | |
download | jenkins.debian.net-1ec16190854874bb24f6016d7edb96b8cdff62ae.tar.xz |
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@layer-acht.org>
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index f72be5be..d671c24a 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 |