From 8ba28f306a5efb45a567998fbc13165cebecbaa2 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 10 Jun 2017 01:41:26 +0200 Subject: reproducible_lede: disable node_cleanup_tmpdirs Signed-off-by: Holger Levsen --- bin/reproducible_lede_common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_lede_common.sh') diff --git a/bin/reproducible_lede_common.sh b/bin/reproducible_lede_common.sh index a4bf88e4..8e4065f5 100644 --- a/bin/reproducible_lede_common.sh +++ b/bin/reproducible_lede_common.sh @@ -19,6 +19,7 @@ node_debug() { # only called direct on a remote build node node_cleanup_tmpdirs() { export TMPDIR=$1 + return cd # (very simple) check we are deleting the right stuff if [ "${TMPDIR:0:26}" != "/srv/reproducible-results/" ] || [ ${#TMPDIR} -le 26 ] ; then -- cgit v1.2.3-54-g00ecf