summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-06 01:17:59 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-06 01:17:59 +0200
commit8b8e15e54fe143371a0c25f4502273b441b5a283 (patch)
treec0b16f1905a39ddd192151bc034e91a0ce8d1828 /bin/reproducible_coreboot.sh
parentc104c7f37dc12589a55bf407648ddba6ea2f9b4d (diff)
downloadjenkins.debian.net-8b8e15e54fe143371a0c25f4502273b441b5a283.tar.xz
reproducible coreboot/openwrt/netbsd: make sure to include debbindiff version in output
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index c4f97b6f..afde521b 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -268,7 +268,7 @@ if [ "$GOOD_PERCENT" = "100.0" ] ; then
else
write_page ", while $BAD_ROMS ($BAD_PERCENT%) failed to build from source."
fi
-write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION}.</p>"
+write_page " These tests were last run on $DATE for version ${COREBOOT_VERSION} using ${DBDVERSION}.</p>"
write_explaination_table coreboot
cat $ROMS_HTML >> $PAGE
write_page " <p><pre>"