[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: mktemp on freebsd works slightly different

Holger Levsen holger at moszumanska.debian.org
Thu Jul 23 14:16:18 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 ce6f544c663733a462d6c8f8e381b17e262ffcbf
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 23 16:15:32 2015 +0200

    reproducible freebsd: mktemp on freebsd works slightly different
---
 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 98963a0..e1b227e 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -34,7 +34,7 @@ save_freebsd_results(){
 # main
 #
 RSSH="ssh freebsd-jenkins.debian.net"
-TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd-XXXXXXXX')  # FIXME: not used to build on tmpfs
+TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd')  # 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')

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