From 9b2a7c5fff105edc5bedec249a21ca1409670e33 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Oct 2014 11:17:20 +0200 Subject: reproducible: also link boring packages on main page --- bin/reproducible_stats.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 9ee96322..c30a5e2d 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -609,19 +609,25 @@ for VIEW in $ALLVIEWS ; do write_page "

For " set_icon 404 write_icon - write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) packages in total sources could not be downloaded: ${SOURCELESS[$VIEW]}

" + write_page "$COUNT_SOURCELESS ($PERCENT_SOURCELESS%) packages in total sources could not be downloaded: " + link_packages ${SOURCELESS[$VIEW]} + write_page "

" fi if [ "${VIEW:0:3}" = "all" ] && [ $COUNT_NOTFORUS -gt 0 ] ; then write_page "

In total there were " set_icon not_for_us write_icon - write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64': ${NOTFORUS[$VIEW]}

" + write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64': " + link_packages ${NOTFORUS[$VIEW]} + write_page "

" fi if [ "${VIEW:0:3}" = "all" ] && [ $COUNT_BLACKLISTED -gt 0 ] ; then write_page "

" set_icon blacklisted write_icon - write_page "$COUNT_BLACKLISTED packages are blacklisted and will never be tested here: $BLACKLISTED

" + write_page "$COUNT_BLACKLISTED packages are blacklisted and will never be tested here: " + link_packages $BLACKLISTED + write_page "

" fi write_page "

" set_icon reproducible -- cgit v1.2.3-70-g09d2