diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 16:48:00 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 16:49:08 +0100 |
commit | caacafa2d8b23220b011776025e7929223323c7c (patch) | |
tree | 49b949bb3d5bee5ca9bc5106396fda50f4d4affe /bin | |
parent | cd353f68957ead4376d00563eddfbda5ab905cba (diff) | |
download | jenkins.debian.net-caacafa2d8b23220b011776025e7929223323c7c.tar.xz |
reproducible: improve wording
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index c1b89d24..697d9ded 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -490,7 +490,7 @@ create_main_stats_page() { done write_page "</p><p>" # write suite table - write_page "<table class=\"main\"><tr><th>suite</th><th>sources in total</th><th>reproducible packages</th><th>unreproducible packages</th><th>packages failing to build</th><th>other packages</th></tr>" + 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>other packages</th></tr>" for SUITE in $SUITES ; do gather_suite_stats write_page "<tr><td>$SUITE</td><td>$AMOUNT</td><td>$COUNT_GOOD / $PERCENT_GOOD%</td><td>$COUNT_BAD / $PERCENT_BAD%</td><td>$COUNT_UGLY / $PERCENT_UGLY%</td><td>$COUNT_OTHER / $PERCENT_OTHER%</td></tr>" |