From c0cdd8002972834628a3e08668aa7699b0a6876a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 28 Sep 2014 10:15:04 +0200 Subject: reproducible: create link too --- bin/reproducible_stats.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index aed99e8b..fe8fb81c 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -26,23 +26,22 @@ htmlecho() { rm index.html htmlecho "" > index.html -htmlecho htmlecho "

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

" -htmlecho htmlecho "

$COUNT_TOTAL packages attempted to build in total.

" -htmlecho htmlecho "

$COUNT_GOOD packages successfully built reproducibly: ${GOOD}

" -htmlecho 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 " + htmlecho "$PKG " 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 "Static URL for this page." +eht htmlecho "

" # job output html2text index.html +cp index.html /var/lib/jenkins/userContent/diffp.html -- cgit v1.2.3-70-g09d2