From 1350375f56f0d9f7c5a5970f8a852fbe124f1e6c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 6 Oct 2014 14:13:39 +0200 Subject: reproducible: use beta sign in stats page instead of asterisk and explain what it means --- bin/reproducible_stats.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index d456d002..06921293 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -92,7 +92,7 @@ link_packages() { append2navi_frame " buildinfo " MAINLINK="$JENKINS_URL/userContent/buildinfo/${PKG}_${EVERSION}_amd64.buildinfo" elif $EXTRA_STAR ; then - STAR="*" + STAR="β" # used to be a star... fi if [ -f "/var/lib/jenkins/userContent/dbd/${PKG}_${EVERSION}.debbindiff.html" ] ; then append2navi_frame " debbindiff " @@ -137,6 +137,7 @@ EXTRA_STAR=true link_packages $BAD EXTRA_STAR=false write_index "

" +write_index "

A β sign after a package name indicates that no .buildinfo files were generated.

" write_index write_index "

$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source: " link_packages $UGLY -- cgit v1.2.3-54-g00ecf