[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fixup cef31939, mktemp usage

Holger Levsen holger at moszumanska.debian.org
Mon Nov 9 15:23:36 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 c9f23f60d4cdd57e356185ef34cd3870c8ec3fdb
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 9 16:23:29 2015 +0100

    reproducible: fixup cef31939, mktemp usage
---
 bin/reproducible_html_rsync_remote_results.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_rsync_remote_results.sh b/bin/reproducible_html_rsync_remote_results.sh
index f93f43c..c45f14e 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

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