diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 2752d0d4..936e2b69 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -62,7 +62,7 @@ for STATE in done_ open_ ; do fi FIELDS[8]="${FIELDS[8]}, ${STATE}$TAG" done - FIELDS[8]="${FIELDS[8]}, ${STATE}ftbfs" + # ftbfs bugs are excluded from 8+9 done FIELDS[9]="datum, done_bugs, open_bugs" REPRODUCIBLE_DONE="(0" |