[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: create TMPDIR when needed

Holger Levsen holger at moszumanska.debian.org
Wed Nov 25 19:53:11 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 fdfd4dc3f1780989b9cd8a08517c333ee9153313
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Nov 25 20:52:52 2015 +0100

    reproducible freebsd: create TMPDIR when needed
---
 bin/reproducible_freebsd.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 2d96ccf..c4d58b8 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -43,6 +43,7 @@ run_diffoscope_on_results() {
 	echo "============================================================================="
 	echo "$(date -u) - Running $DIFFOSCOPE on FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) build results."
 	echo "============================================================================="
+	mkdir -p $TMPDIR
 	FILES_HTML[$FREEBSD_TARGET]=$(mktemp --tmpdir=$TMPDIR)
 	#echo "       <ul>" > ${FILES_HTML[$FREEBSD_TARGET]}
 	GOOD_FILES[$FREEBSD_TARGET]=0

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