summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-14 02:57:15 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-14 02:57:15 +0100
commitd211dce28658c1766342abe75e91c5e060dc245b (patch)
tree7dfeb9e3b36ac95bb1e4c0fc8ee68659fd822e6f /bin/reproducible_build.sh
parent8c44156c6d602e6fa607284328d268db0af65345 (diff)
downloadjenkins.debian.net-d211dce28658c1766342abe75e91c5e060dc245b.tar.xz
reproducible debian/archlinux/rpm: improve output
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f316a5c5..7377335e 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -650,7 +650,7 @@ remote_build() {
handle_remote_error "when rsyncing remote build #$BUILDNR results from $NODE"
fi
fi
- ls -R $TMPDIR
+ ls -lR $TMPDIR
ssh -p $PORT $NODE "rm -r $TMPDIR"
set -e
if [ $BUILDNR -eq 1 ] ; then