From 80a9319245d795d1f67102e5a6424104c61bad65 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Feb 2017 02:11:46 +0100 Subject: reproducible Debian: improve formatting Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 011c3d34..6e7672fb 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -441,10 +441,9 @@ create_suite_arch_stats_page() { write_icon 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 had build-depends which could nott be satisfied.
" fi if [ $COUNT_SOURCELESS -gt 0 ] ; then write_page "For " @@ -458,7 +457,6 @@ create_suite_arch_stats_page() { 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 "and those " set_icon blacklisted write_icon write_page "$COUNT_BLACKLISTED ($PERCENT_BLACKLISTED%) packages have been blacklisted on $SUITE/$ARCH.
" -- cgit v1.2.3-54-g00ecf