diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-23 13:29:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-23 13:29:52 +0200 |
commit | 471d4f832429d65832a845620c797d0c30d37275 (patch) | |
tree | 65eff8c6e13ed1d58f3498f06aab94e7ae11f008 | |
parent | 91676c9e5d18c4b0cbf75c73e359297e99c22fee (diff) | |
download | jenkins.debian.net-471d4f832429d65832a845620c797d0c30d37275.tar.xz |
reproducible: express that there are more uncategorized issues too
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 5dc79ab5..de8edae2 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -328,7 +328,7 @@ create_main_stats_page() { write_page "</center></p><p>" # write inventory table 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>identified <a href=\"/index_issues.html\">distinct and categorized 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>" SUITE="unstable" |