[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: swap lines in stats table
Holger Levsen
holger at moszumanska.debian.org
Fri May 29 13:56:55 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 0c2a008833b92823e1a7a4c21bf66b431be9ccc4
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri May 29 15:56:52 2015 +0200
reproducible: swap lines in stats table
---
bin/reproducible_html_graphs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index d6c11e7..42d0f5f 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -572,8 +572,8 @@ create_main_stats_page() {
# write inventory table
write_page "<table class=\"main\"><tr><th> </th><th>amount</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>"
- write_page "<tr><td>total amount of identified issues in packages</td><td>$COUNT_ISSUES</td></tr>"
SUITE="unstable"
gather_suite_stats
RESULT=$(sqlite3 -init ${INIT} -csv ${PACKAGES_DB} "SELECT COUNT(*) FROM (SELECT s.id FROM sources AS s JOIN results AS r ON r.package_id=s.id WHERE r.status IN ('unreproducible', 'FTBFS', 'blacklisted') AND s.id NOT IN (SELECT package_id FROM notes) AND s.suite='$SUITE' AND s.architecture='$ARCH')")
--
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