[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: dashboard: improve table headers

Holger Levsen holger at moszumanska.debian.org
Sun Jul 5 16:58:50 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 00494f842b3cb4b22e949a9e9241193864543c64
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jul 5 18:44:19 2015 +0200

    reproducible: dashboard: improve table headers
---
 bin/reproducible_html_graphs.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 3becf9f..2dc8012 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -570,7 +570,7 @@ create_main_stats_page() {
 	done
 	write_page "</center></p><p>"
 	# write inventory table
-	write_page "<table class=\"main\"><tr><th> </th><th>amount</th></tr>"
+	write_page "<table class=\"main\"><tr><th colspan=\"2\">Various reproducibility statistics</th></tr>"
 	write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct issues</a></td><td>$ISSUES</td></tr>"
 	write_page "<tr><td>total number of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>"
 	write_page "<tr><td>packages with notes about these issues</td><td>$NOTES</td></tr>"
@@ -623,7 +623,7 @@ create_main_stats_page() {
 		write_page " <a href=\"/$SUITE\"><img src=\"/userContent/$SUITE/${TABLE[2]}.png\" class=\"overview\" alt=\"age of oldest reproducible build result in $SUITE\"></a>"
 	done
 	# write build performace stats
-	write_page "<table class=\"main\"><tr><th> </th><th>amount</th></tr>"
+	write_page "<table class=\"main\"><tr><th colspan=\"2\">Build statistics</th></tr>"
 	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'")

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