summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-12 10:10:27 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-12 10:10:27 +0200
commit401b7cfe60db550a197534ab559145ef2be3b73e (patch)
treecd93f2fe9313309ec0ed36615375a9abc3243640 /bin/reproducible_coreboot.sh
parentf93b4f4352e2cb93a7bc53a2146b228256afabec (diff)
downloadjenkins.debian.net-401b7cfe60db550a197534ab559145ef2be3b73e.tar.xz
reproducible coreboot: list used toolchain last
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh4
1 files changed, 2 insertions, 2 deletions
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 " <p>$GOOD_ROMS ($GOOD_PERCENT%) out of $ALL_ROMS built coreboo
write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION}.</p>"
write_explaination_table coreboot
cat $ROMS_HTML >> $PAGE
-cat $TOOLCHAIN_HTML >> $PAGE
-rm -f $ROMS_HTML $TOOLCHAIN_HTML
write_page " <p><pre>"
echo -n "$COREBOOT" >> $PAGE
write_page " </pre></p>"
+cat $TOOLCHAIN_HTML >> $PAGE
write_page " </div></div>"
write_page_footer coreboot
publish_page
+rm -f $ROMS_HTML $TOOLCHAIN_HTML
# the end
calculate_build_duration