[Qa-jenkins-scm] [jenkins.debian.net] 02/04: reproducible coreboot/openwrt/netbsd: make sure to include debbindiff version in output

Holger Levsen holger at moszumanska.debian.org
Sun Jul 5 23:23:31 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 8b8e15e54fe143371a0c25f4502273b441b5a283
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jul 6 01:17:59 2015 +0200

    reproducible coreboot/openwrt/netbsd: make sure to include debbindiff version in output
---
 bin/reproducible_coreboot.sh | 2 +-
 bin/reproducible_netbsd.sh   | 2 +-
 bin/reproducible_openwrt.sh  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index c4f97b6..afde521 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>"
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index a1f71ec..4e1c650 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>"
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 9c3c5bb..8581379 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -292,7 +292,7 @@ write_page "     </div><div id=\"main-content\">"
 write_page "       <h1>OpenWrt - <em>reproducible</em> wireless freedom$MAGIC_SIGN</h1>"
 write_page_intro OpenWrt
 write_page "       <p>$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES built images and $GOOD_PACKAGES ($GOOD_PERCENT_PACKAGES%) out of $ALL_PACKAGES built packages were reproducible in our test setup."
-write_page "        These tests were last run on $DATE for version ${OPENWRT_VERSION}.</p>"
+write_page "        These tests were last run on $DATE for version ${OPENWRT_VERSION} using ${DBDVERSION}.</p>"
 write_explaination_table OpenWrt
 cat $DBD_HTML >> $PAGE
 write_page "     <table><tr><th>git commit built</th></tr><tr><td><code>"

-- 
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