[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian/archlinux/rpm: improve output

Holger Levsen holger at moszumanska.debian.org
Mon Dec 14 01:57:51 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit d211dce28658c1766342abe75e91c5e060dc245b
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Dec 14 02:57:15 2015 +0100

    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(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index f316a5c..7377335 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 0bd2550..9bce19c 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 34e11e2..b61efdf 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
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list