[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible coreboot: correct filesize
Holger Levsen
holger at moszumanska.debian.org
Mon Jul 6 18:21:47 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 a634f5136738b5159bc9a9bba660e89819384b34
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jul 6 20:21:29 2015 +0200
reproducible coreboot: correct filesize
---
bin/reproducible_coreboot.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 6a3b4de..55794e3 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -210,7 +210,7 @@ for i in $(ls -1d *| sort -u) ; do
let ALL_ROMS+=1
if [ -f $i/coreboot.rom ] ; then
call_debbindiff $i
- get_filesize $j
+ get_filesize $i/coreboot.rom
if [ -f $TMPDIR/$i.html ] ; then
mv $TMPDIR/$i.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
--
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