summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_lede_common.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-06-10 01:41:26 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-10 10:48:47 +0200
commit8ba28f306a5efb45a567998fbc13165cebecbaa2 (patch)
treecca80c4bed557a033766594b81639e63d10ce0e3 /bin/reproducible_lede_common.sh
parent60124705ab97545b45da1f786b3a7c298ae3270a (diff)
downloadjenkins.debian.net-8ba28f306a5efb45a567998fbc13165cebecbaa2.tar.xz
reproducible_lede: disable node_cleanup_tmpdirs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_lede_common.sh')
-rw-r--r--bin/reproducible_lede_common.sh1
1 files changed, 1 insertions, 0 deletions
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