From 59a5d49a07adf1866a347340dd6fbebc1f8d0211 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Dec 2016 12:24:55 +0100 Subject: reproducible Debian: put done bugs ob the bottom of the bugs graph --- bin/reproducible_html_dashboard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index bfb4f6f8..2752d0d4 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -31,7 +31,7 @@ for i in reproducible unreproducible FTBFS other ; do done FIELDS[2]="datum, oldest" FIELDS[3]="datum " -for STATE in open_ done_ ; do +for STATE in done_ open_ ; do for TAG in $USERTAGS ; do # for this table (#3) bugs with ftbfs tags are ignored _now_… if [ "$TAG" = "ftbfs" ] ; then @@ -55,7 +55,7 @@ done SUM_DONE="$SUM_DONE)" SUM_OPEN="$SUM_OPEN)" FIELDS[8]="datum " -for STATE in open_ done_ ; do +for STATE in done_ open_ ; do for TAG in $USERTAGS ; do if [ "$TAG" = "ftbfs" ] ; then continue -- cgit v1.2.3-54-g00ecf