[Qa-jenkins-scm] [jenkins.debian.net] 02/02: coreboot: fix html reporting of bad images
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 11 09:57:38 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 36701edb4d28a20b33c25d4ce4b312dc09e38203
Author: Alexander Couzens <lynxis at fe80.eu>
Date: Thu Dec 10 23:06:30 2015 +0100
coreboot: fix html reporting of bad images
because of a broken path un-reproducible images aren't reported
---
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 c690e91..a753961 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -172,8 +172,8 @@ for i in $(ls -1d *| sort -u) ; do
if [ -f $i/coreboot.rom ] ; then
call_diffoscope $i coreboot.rom
get_filesize $i/coreboot.rom
- if [ -f $TMPDIR/$i.html ] ; then
- mv $TMPDIR/$i.html $BASE/coreboot/dbd/$i.html
+ if [ -f $TMPDIR/$i/coreboot.rom.html ] ; then
+ mv $TMPDIR/$i/coreboot.rom.html $BASE/coreboot/dbd/$i.html
echo " <li><a href=\"dbd/$i.html\"><img src=\"/userContent/static/weather-showers-scattered.png\" alt=\"unreproducible icon\" /> $i</a> ($SIZE) is unreproducible.</li>" >> $ROMS_HTML
else
SHASUM=$(sha256sum $i/coreboot.rom|cut -d " " -f1)
--
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