From bdf798ec88ebbf85a238073e77bdb1b9e9c0b653 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 17 May 2016 14:32:01 +0200 Subject: reproducible debian: add icons to status table in dashboard --- bin/reproducible_html_dashboard.sh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index b0b0768a..1c5aeddd 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 "

" - write_page "" + write_page "
suiteall sources packagesreproducible packagesunreproducible packagespackages failing to buildpackages in depwait statenot for this architectureblacklisted
" for SUITE in $SUITES ; do for ARCH in ${ARCHS} ; do gather_suite_arch_stats -- cgit v1.2.3-54-g00ecf
suiteall sources packages" + set_icon reproducible + write_icon + write_page "reproducible packages" + set_icon unreproducible + write_icon + write_page "unreproducible packages" + set_icon FTBFS + write_icon + write_page "packages failing to build" + set_icon depwait + write_icon + write_page "packages in depwait state" + set_icon not_for_us + write_icon + write_page "not for this architecture" + set_icon blacklisted + write_icon + write_page "blacklisted