From 1c088fcf32d6d9bd881c51e585f6b2569679e144 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 14:48:04 +0200 Subject: reproducible: improve statistic output --- bin/reproducible_stats.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 21d54dfe..8ac1335e 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -37,7 +37,7 @@ htmlecho "" > index.html htmlecho "

Simple statistics for reproducible builds

" htmlecho "

Results were obtaining by several jobs running on jenkins.debian.net.

" htmlecho "

$COUNT_TOTAL packages attempted to build so far, out of $AMOUNT in $SUITE currently. That's $PERCENT_TOTAL%!

" -htmlecho "

$COUNT_BAD packages ($PERCENT_BAD%) failed to built reproducibly: " +htmlecho "

$COUNT_BAD packages ($PERCENT_BAD% of $COUNT_TOTAL) failed to built reproducibly: " for PKG in $BAD ; do VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"") htmlecho "$PKG " @@ -46,7 +46,7 @@ htmlecho "

" htmlecho htmlecho "

$COUNT_UGLY packages failed to build from source: ${UGLY}

" htmlecho "

$COUNT_SOURCELESS packages which don't exist in sid and need investigation: $SOURCELESS

" -htmlecho "

$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly: ${GOOD}

" +htmlecho "

$COUNT_GOOD packages ($PERCENT_GOOD% of $COUNT_TOTAL) successfully built reproducibly: ${GOOD}

" htmlecho "
Static URL for this page. Last modified: $(date)" htmlecho "

" -- cgit v1.2.3-70-g09d2