diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-11-25 20:52:52 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-11-25 20:52:52 +0100 |
commit | fdfd4dc3f1780989b9cd8a08517c333ee9153313 (patch) | |
tree | 4612539a5c3127ffd5b7a609be4c2f01c4fb6468 | |
parent | f625aeb97fa7612175175bf728fc9c644ffac486 (diff) | |
download | jenkins.debian.net-fdfd4dc3f1780989b9cd8a08517c333ee9153313.tar.xz |
reproducible freebsd: create TMPDIR when needed
-rwxr-xr-x | bin/reproducible_freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 2d96ccff..c4d58b8c 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 |