From 0c2a008833b92823e1a7a4c21bf66b431be9ccc4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 29 May 2015 15:56:52 +0200 Subject: 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 d6c11e72..42d0f5fa 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 "" write_page "" + write_page "" write_page "" - write_page "" 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')") -- cgit v1.2.3-70-g09d2
 amount
identified distinct issues$ISSUES
total number of identified issues in packages$COUNT_ISSUES
packages with notes about these issues$NOTES
total amount of identified issues in packages$COUNT_ISSUES