diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-03 17:56:34 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-03 17:56:34 +0100 |
commit | 5259e88cb7c2be6f5205dd8e8eee48ddbe02fda6 (patch) | |
tree | 87fec9d015c4c0ecd4388534e65704da0f85020d /bin | |
parent | d4bcc0bfe31c49444746a372d74016486030f0f9 (diff) | |
download | jenkins.debian.net-5259e88cb7c2be6f5205dd8e8eee48ddbe02fda6.tar.xz |
reproducible Debian: really exclude bugs from stats_bugs_sin_ftbfs.png
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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" |