From 66477df8643ac671c6bc27f52afbe34550758c46 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sun, 12 Nov 2017 00:18:34 +0100 Subject: reproducible_lede: set TMPDIR=RESULTSDIR to allow call_diffoscope to work Sadly call_diffoscope requires TMPDIR to be defined and used as base for all results. When replaced TMPDIR with RESULTSDIR this requirement was overseen. Signed-off-by: Mattia Rizzolo --- bin/reproducible_lede.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/reproducible_lede.sh b/bin/reproducible_lede.sh index 4111b06f..d1a1ef2a 100755 --- a/bin/reproducible_lede.sh +++ b/bin/reproducible_lede.sh @@ -105,6 +105,9 @@ SIZE="" cd $RESULTSDIR/b1/targets tree . +# call_diffoscope requires TMPDIR +TMPDIR=$RESULTSDIR + # iterate over all images (merge b1 and b2 images into one list) # call diffoscope on the images for target in * ; do -- cgit v1.2.3-54-g00ecf