[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: fix find usage

Holger Levsen holger at moszumanska.debian.org
Wed Aug 26 09:15:39 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 cbf9118962e23b0fe24b89685e428061efcd64cd
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Aug 26 11:15:12 2015 +0200

    reproducible freebsd: fix find usage
---
 bin/reproducible_freebsd.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 816df07..566df33 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -28,7 +28,7 @@ save_freebsd_results(){
 	mkdir -p $TMPDIR/$RUN/
 	# copy results over
 	DUMMY_DATE="$(date -u +'%Y-%m-%d') 00:00Z"
-	$RSSH "sudo find $TMPDIR --exec touch --date='$DUMMY_DATE'"
+	$RSSH "sudo find $TMPDIR --exec touch --date='$DUMMY_DATE' \{\} \;"
 	$RSSH "sudo find $TMPDIR -print0 | LC_ALL=C sort -z | sudo tar --null -T - --no-recursion -cJf $TMPDIR.tar.xz"
 	$RSCP:$TMPDIR.tar.xz $TMPDIR/$RUN
 	$RSSH "sudo rm -r $TMPDIR $TMPDIR.tar.xz ; mkdir $TMPDIR"

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