From 00494f842b3cb4b22e949a9e9241193864543c64 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Jul 2015 18:44:19 +0200 Subject: reproducible: dashboard: improve table headers --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 3becf9f8..2dc80128 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -570,7 +570,7 @@ create_main_stats_page() { done write_page "

" # write inventory table - write_page "" + write_page "
 amount
" write_page "" write_page "" write_page "" @@ -623,7 +623,7 @@ create_main_stats_page() { write_page " \"age" done # write build performace stats - write_page "
Various reproducibility statistics
identified distinct issues$ISSUES
total number of identified issues in packages$COUNT_ISSUES
packages with notes about these issues$NOTES
" + write_page "
 amount
" AGE_TESTING=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='testing' AND datum='$DATE'") AGE_UNSTABLE=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='unstable' AND datum='$DATE'") AGE_EXPERIMENTAL=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='experimental' AND datum='$DATE'") -- cgit v1.2.3-70-g09d2
Build statistics