[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: add icons to status table in dashboard

Holger Levsen holger at layer-acht.org
Tue May 17 12:32:44 UTC 2016


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 bdf798ec88ebbf85a238073e77bdb1b9e9c0b653
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue May 17 14:32:01 2016 +0200

    reproducible debian: add icons to status table in dashboard
---
 bin/reproducible_html_dashboard.sh | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index b0b0768..1c5aedd 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -354,7 +354,25 @@ write_suite_arch_table() {
 	local SUITE=""
 	local ARCH=""
 	write_page "<p>"
-	write_page "<table class=\"main\"><tr><th>suite</th><th>all sources packages</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>packages in depwait state</th><th>not for this architecture</th><th>blacklisted</th></tr>"
+	write_page "<table class=\"main\"><tr><th>suite</th><th>all sources packages</th><th>"
+	set_icon reproducible
+	write_icon
+	write_page "reproducible packages</th><th>"
+	set_icon unreproducible
+	write_icon
+	write_page "unreproducible packages</th><th>"
+	set_icon FTBFS
+	write_icon
+	write_page "packages failing to build</th><th>"
+	set_icon depwait
+	write_icon
+	write_page "packages in depwait state</th><th>"
+	set_icon not_for_us
+	write_icon
+	write_page "not for this architecture</th><th>"
+	set_icon blacklisted
+	write_icon
+	write_page "blacklisted</th></tr>"
 	for SUITE in $SUITES ; do
 		for ARCH in ${ARCHS} ; do
 			gather_suite_arch_stats

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