diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:17:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-06 01:17:59 +0200 |
commit | 8b8e15e54fe143371a0c25f4502273b441b5a283 (patch) | |
tree | c0b16f1905a39ddd192151bc034e91a0ce8d1828 /bin/reproducible_netbsd.sh | |
parent | c104c7f37dc12589a55bf407648ddba6ea2f9b4d (diff) | |
download | jenkins.debian.net-8b8e15e54fe143371a0c25f4502273b441b5a283.tar.xz |
reproducible coreboot/openwrt/netbsd: make sure to include debbindiff version in output
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index a1f71ec0..4e1c6505 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -172,7 +172,7 @@ if [ "$GOOD_PERCENT" = "100.0" ] ; then else write_page "." fi -write_page " These tests were last run on $DATE for version ${NETBSD_VERSION}.</p>" +write_page " These tests were last run on $DATE for version ${NETBSD_VERSION} using ${DBDVERSION}.</p>" write_explaination_table NetBSD cat $FILES_HTML >> $PAGE write_page " <p><pre>" |