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 +- bin/reproducible_build_archlinux_pkg.sh | 2 +- bin/reproducible_build_rpm.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') 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 diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh index 0bd25502..9bce19cd 100755 --- a/bin/reproducible_build_archlinux_pkg.sh +++ b/bin/reproducible_build_archlinux_pkg.sh @@ -201,7 +201,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 } 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 } -- cgit v1.2.3-70-g09d2