From e8fc382f0a8dd918bb772f946b41675e06838643 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 12:19:47 +0200 Subject: reproducible: move successful packages to the bottom, noone will be interested in those --- bin/reproducible_stats.sh | 12 ++++++------ 1 file 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 "" > 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 in total.

" -htmlecho "

$COUNT_GOOD packages successfully built reproducibly: ${GOOD}

" -htmlecho "$COUNT_BAD packages failed to built reproducibly: " +htmlecho "

$COUNT_BAD packages failed to built reproducibly: " for PKG in $BAD ; do VERSION=$(sqlite3 $PACKAGES_DB "SELECT version FROM source_packages WHERE name = \"$PKG\"") htmlecho "$PKG " done 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_UGLY packages failed to build from source: ${UGLY}

" +htmlecho "

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

" +htmlecho "

$COUNT_TOTAL packages attempted to build in total.

" +htmlecho "

$COUNT_GOOD packages successfully built reproducibly: ${GOOD}

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

" +htmlecho "

" # job output html2text index.html -- cgit v1.2.3-70-g09d2