From b0b7999b8f915972a3f230266cc23fc3200569a5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 10:39:45 +0200 Subject: reproducible: improve html output --- bin/reproducible_stats.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index aebdf075..07e7e03f 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -26,7 +26,8 @@ htmlecho() { rm index.html htmlecho "" > index.html -htmlecho "

Simple statistics for reproducible builds as tested on jenkins.debian.net so far

" +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: " @@ -37,7 +38,7 @@ done htmlecho "

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

" -htmlecho "$COUNT_SOURCELESS packages doesn't exist in sid and need investigation: $SOURCELESS

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

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

" -- cgit v1.2.3-54-g00ecf