From 794ff316f5fccacc523ebe1b625f9d96d88d36a1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 6 Jun 2015 16:34:50 +0200 Subject: reproducible coreboot: include overall stats --- bin/reproducible_coreboot.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index b18e5b03..9fd0dc28 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -243,17 +243,22 @@ echo "

Reproducible Coreboot

This is work in progress - only TZ echo -n $COREBOOT >> $PAGE echo "

" >> $PAGE +PERCENT=$(echo "scale=1 ; ($RROMS*100/$ROMS)" | bc) +echo "

$RROMS ($PERCENT%) out of $ROMS built coreboot images were reproducible.

" >> $PAGE cat >> PAGE <<- EOF -- cgit v1.2.3-54-g00ecf