[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: adopt to freebsd mktemp syntax

Holger Levsen holger at moszumanska.debian.org
Thu Jul 16 14:01:10 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 29b017bb3e3904aca7f3c302ace6956f4d0083d3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 16 16:00:36 2015 +0200

    reproducible freebsd: adopt to freebsd mktemp syntax
---
 bin/reproducible_freebsd.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index d5a8fd8..ad7c055 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -38,8 +38,8 @@ save_freebsd_results(){
 # main
 #
 RSSH="ssh freebsd-jenkins.debian.net"
-TMPBUILDDIR=$($RSSH mktemp --tmpdir=/srv/workspace/chroots/ -d -t freebsd-XXXXXXXX)  # used to build on tmpfs
-TMPDIR=$($RSSH mktemp --tmpdir=/srv/reproducible-results -d)  # accessable in schroots, used to compare results
+TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd-XXXXXXXX')  # FIXME: not used to build on tmpfs
+TMPDIR=$($RSSH 'TMPDIR=/srv/reproducible-results mktemp -d')  # used to compare results
 DATE=$(date -u +'%Y-%m-%d')
 START=$(date +'%s')
 trap cleanup_tmpdirs INT TERM EXIT

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