summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-23 13:58:07 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-23 13:58:07 +0100
commit2e3d120a99fbe279c99ae3a46a7183a474077b79 (patch)
treea38d718218d5e621d341ba5c2d167832e86c2000 /bin/reproducible_build.sh
parent9f74aa32347fb8cf3f8b9f6ded2d608c53e0cc52 (diff)
downloadjenkins.debian.net-2e3d120a99fbe279c99ae3a46a7183a474077b79.tar.xz
reproducible Debian: log before remotely deleting $TMPDIR
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 52765151..e22141fe 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -776,6 +776,7 @@ remote_build() {
fi
fi
ls -lR $TMPDIR
+ log_info "Deleting \$TMPDIR on $NODE."
ssh -o "BatchMode = yes" -p $PORT $NODE "rm -r $TMPDIR"
set -e
if [ $BUILDNR -eq 1 ] ; then