From 401b7cfe60db550a197534ab559145ef2be3b73e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 12 Jun 2015 10:10:27 +0200 Subject: reproducible coreboot: list used toolchain last --- bin/reproducible_coreboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_coreboot.sh') diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh index 89856a02..f612c13d 100755 --- a/bin/reproducible_coreboot.sh +++ b/bin/reproducible_coreboot.sh @@ -264,14 +264,14 @@ write_page "

$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboo write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION}.

" write_explaination_table coreboot cat $ROMS_HTML >> $PAGE -cat $TOOLCHAIN_HTML >> $PAGE -rm -f $ROMS_HTML $TOOLCHAIN_HTML write_page "

"
 echo -n "$COREBOOT" >> $PAGE
 write_page "     

" +cat $TOOLCHAIN_HTML >> $PAGE write_page " " write_page_footer coreboot publish_page +rm -f $ROMS_HTML $TOOLCHAIN_HTML # the end calculate_build_duration -- cgit v1.2.3-54-g00ecf