From d35030cd5228988418161c92975ea405afab086a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 2 Oct 2014 23:46:06 +0200 Subject: reproducible: update TODO, improve wording --- bin/reproducible_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index fa002933..2f9cb7bd 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -73,7 +73,7 @@ for PKG in $UGLY ; do done htmlecho "

" if [ $COUNT_SOURCELESS -gt 0 ] ; then - htmlecho "

$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages which don't exist in sid and need investigation: $SOURCELESS

" + htmlecho "

$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages where the source could not be downloaded. $SOURCELESS

" fi if [ $COUNT_NOTFORUS -gt 0 ] ; then htmlecho "

$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64': $NOTFORUS

" -- cgit v1.2.3-54-g00ecf