summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-28 12:19:47 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-28 12:19:47 +0200
commite8fc382f0a8dd918bb772f946b41675e06838643 (patch)
tree05efa737685da8deca63568049712fb17d75e96a
parent2107591587a33cad08d2243dcc18e598786ae791 (diff)
downloadjenkins.debian.net-e8fc382f0a8dd918bb772f946b41675e06838643.tar.xz
reproducible: move successful packages to the bottom, noone will be interested in those
-rwxr-xr-xbin/reproducible_stats.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 609b7e9a..dde556fc 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -31,19 +31,19 @@ rm index.html
htmlecho "<html><body>" > index.html
htmlecho "<h2>Simple statistics for reproducible builds</h2>"
htmlecho "<p>Results were obtaining by <a href=\"$JENKINS_URL/view/reproducible\">several jobs running on jenkins.debian.net</a>.</p>"
-htmlecho "<p>$COUNT_TOTAL packages attempted to build in total.</p>"
-htmlecho "<p>$COUNT_GOOD packages successfully built reproducibly: <code>${GOOD}</code></p>"
-htmlecho "$COUNT_BAD packages failed to built reproducibly: <code>"
+htmlecho "<p>$COUNT_BAD packages failed to built reproducibly: <code>"
for PKG in $BAD ; do
VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"")
htmlecho "<a href=\"$JENKINS_URL/userContent/diffp/${PKG}_${VERSION}.diffp\">$PKG </a> "
done
htmlecho "</code></p>"
htmlecho
-htmlecho "$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>"
-htmlecho "$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>"
+htmlecho "<p>$COUNT_UGLY packages failed to build from source: <code>${UGLY}</code></p>"
+htmlecho "<p>$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS<code></p>"
+htmlecho "<p>$COUNT_TOTAL packages attempted to build in total.</p>"
+htmlecho "<p>$COUNT_GOOD packages successfully built reproducibly: <code>${GOOD}</code></p>"
htmlecho "<hr><font size='-1'><a href=\"$JENKINS_URL/userContent/diffp.html\">Static URL for this page.</a> Last modified: $(date)</font>"
-htmlecho "</ul></p></body></html>"
+htmlecho "</p></body></html>"
# job output
html2text index.html