From ee8ce6daab523aad62939ee7ee6a1e84ba7b37b4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Feb 2017 02:07:07 +0100 Subject: reproducible Debian: almost turn suite/arch pages into a table Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 329f4f01..011c3d34 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -433,37 +433,36 @@ create_suite_arch_stats_page() { write_page "

" set_icon reproducible write_icon - write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly in $SUITE/$ARCH." + write_page "$COUNT_GOOD packages ($PERCENT_GOOD%) successfully built reproducibly in $SUITE/$ARCH.
" set_icon unreproducible write_icon - write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to build reproducibly." + write_page "$COUNT_BAD packages ($PERCENT_BAD%) failed to build reproducibly.
" set_icon FTBFS write_icon - write_page "$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source.

" - write_page "

" + write_page "$COUNT_UGLY packages ($PERCENT_UGLY%) failed to build from source.

" if [ $COUNT_DEPWAIT -gt 0 ] ; then write_page "For " set_icon depwait write_icon - write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages the build-depends cannot be satisfied." + write_page "$COUNT_DEPWAIT ($PERCENT_DEPWAIT%) source packages the build-depends cannot be satisfied.
" fi if [ $COUNT_SOURCELESS -gt 0 ] ; then write_page "For " set_icon 404 write_icon - write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) source packages could not be downloaded," + write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) source packages could not be downloaded.
" fi set_icon not_for_us write_icon if [ "$ARCH" = "armhf" ] || [ "$ARCH" = "arm64" ]; then ARMSPECIALARCH=" 'any-arm'," fi - write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here" + write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', '$ARCH', 'linux-any', 'linux-$ARCH'$ARMSPECIALARCH nor 'any-$ARCH' will not be build here.
" write_page "and those " set_icon blacklisted write_icon - write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) blacklisted packages neither.

" - write_page "

" + write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) packages have been blacklisted on $SUITE/$ARCH.
" + write_page "

" write_page " \"${MAINLABEL[0]}\"" for i in 0 2 ; do # recreate png once a day -- cgit v1.2.3-70-g09d2