diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-09 08:47:11 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-09 08:47:11 +0200 |
commit | 08b8e9003aa17e3dc89faf09ef8eb98d4abf6175 (patch) | |
tree | 74a8f182c5d3455257d48bc132e2c07167feda4d /bin | |
parent | c3284eee33dd7d7735359daf53dd7ed83af358ae (diff) | |
download | jenkins.debian.net-08b8e9003aa17e3dc89faf09ef8eb98d4abf6175.tar.xz |
reproducible freebsd: building on tmpfs would be nice too
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index a39151a0..29318425 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -36,7 +36,7 @@ save_freebsd_results(){ # FREEBSD_TARGET="release/10.1.0" RSSH="ssh freebsd-jenkins.debian.net" -TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd') # FIXME: not used to build on tmpfs +TMPBUILDDIR=$($RSSH 'TMPDIR=/srv/workspace/chroots/ mktemp -d -t freebsd') # this is tmpfs on linux, we should move this to tmpfs on freebsd too TMPDIR=$($RSSH 'TMPDIR=/srv/reproducible-results mktemp -d') # used to compare results DATE=$(date -u +'%Y-%m-%d') START=$(date +'%s') |