From c9f23f60d4cdd57e356185ef34cd3870c8ec3fdb Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 9 Nov 2015 16:23:29 +0100 Subject: reproducible: fixup cef31939, mktemp usage --- bin/reproducible_html_rsync_remote_results.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh index f93f43c0..c45f14e9 100755 --- a/bin/reproducible_html_rsync_remote_results.sh +++ b/bin/reproducible_html_rsync_remote_results.sh @@ -14,7 +14,7 @@ common_init "$@" rsync_remote_results() { for PROJECT in coreboot openwrt netbsd ; do echo "$(date -u) - Starting to rsync results for '$PROJECT'." - local RESULTS=$(mktemp --tmpdir=$TEMPDIR reproducible-rsync-XXXXXXXXX) + local RESULTS=$(mktemp --tmpdir=$TEMPDIR -d reproducible-rsync-XXXXXXXXX) rsync -r -v -e ssh profitbricks-build3-amd64.debian.net:$BASE/$PROJECT/ $RESULTS mv $RESULTS $BASE/$PROJECT done -- cgit v1.2.3-54-g00ecf