From dc6a0a37e1067005a9784ba00ba024a1afa13f1b Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 20 Feb 2017 01:55:22 +0100 Subject: reproducible Debian: add links to debian/$SUITE/$ARCH in suite table Signed-off-by: Holger Levsen --- bin/reproducible_html_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 928f1fd8..329f4f01 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -406,7 +406,7 @@ write_suite_arch_table() { for SUITE in $SUITES ; do for ARCH in ${ARCHS} ; do gather_suite_arch_stats - write_page "$SUITE/$ARCH$AMOUNT" + write_page "$SUITE/$ARCH$AMOUNT" if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then write_page "($PERCENT_TOTAL% tested)" fi -- cgit v1.2.3-54-g00ecf