diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-02 12:24:55 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-02 12:24:55 +0100 |
commit | 59a5d49a07adf1866a347340dd6fbebc1f8d0211 (patch) | |
tree | 9733f681d5605f15c00faf2f6ddd3bbb07ed154a /bin | |
parent | ec9f36fea5390f823e7a9230ca9e5db68b862bc9 (diff) | |
download | jenkins.debian.net-59a5d49a07adf1866a347340dd6fbebc1f8d0211.tar.xz |
reproducible Debian: put done bugs ob the bottom of the bugs graph
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |