From d211dce28658c1766342abe75e91c5e060dc245b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 14 Dec 2015 02:57:15 +0100 Subject: reproducible debian/archlinux/rpm: improve output --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') 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 -- cgit v1.2.3-54-g00ecf