[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible coreboot: list used toolchain last

Holger Levsen holger at moszumanska.debian.org
Fri Jun 12 08:12:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 401b7cfe60db550a197534ab559145ef2be3b73e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 12 10:10:27 2015 +0200

    reproducible coreboot: list used toolchain last
---
 bin/reproducible_coreboot.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 89856a0..f612c13 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list