diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-12 10:10:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-12 10:10:27 +0200 |
commit | 401b7cfe60db550a197534ab559145ef2be3b73e (patch) | |
tree | cd93f2fe9313309ec0ed36615375a9abc3243640 | |
parent | f93b4f4352e2cb93a7bc53a2146b228256afabec (diff) | |
download | jenkins.debian.net-401b7cfe60db550a197534ab559145ef2be3b73e.tar.xz |
reproducible coreboot: list used toolchain last
-rwxr-xr-x | bin/reproducible_coreboot.sh | 4 |
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 |