From ced3030c0814e28efb51ba99d494ba16be251add Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 18:03:28 +0200 Subject: reproducible openwrt and coreboot: cleanup TMPBUILDDIR sooner, to free memory earlier. Fixup error when creating html page --- bin/reproducible_coreboot.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 84795f32..c8cefb8a 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -192,6 +192,9 @@ done cd .. rm coreboot-builds -r +# clean up builddir to save space on tmpfs +rm -r $TMPBUILDDIR/coreboot + # run debbindiff on the results TIMEOUT="30m" DBDSUITE="unstable" @@ -233,7 +236,7 @@ BAD_PERCENT=$(echo "scale=1 ; ($BAD_ROMS*100/$ALL_ROMS)" | bc) # # finally create the webpage # -cd $TMPDIR +cd $TMPDIR ; mkdir coreboot PAGE=coreboot/coreboot.html cat > $PAGE <<- EOF -- cgit v1.2.3-54-g00ecf