summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_rpm.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_rpm.sh
parent8c44156c6d602e6fa607284328d268db0af65345 (diff)
downloadjenkins.debian.net-d211dce28658c1766342abe75e91c5e060dc245b.tar.xz
reproducible debian/archlinux/rpm: improve output
Diffstat (limited to 'bin/reproducible_build_rpm.sh')
-rwxr-xr-xbin/reproducible_build_rpm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_rpm.sh b/bin/reproducible_build_rpm.sh
index 34e11e25..b61efdf1 100755
--- a/bin/reproducible_build_rpm.sh
+++ b/bin/reproducible_build_rpm.sh
@@ -160,7 +160,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 $FQDN "rm -r $TMPDIR"
set -e
}