diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-18 18:45:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-18 18:45:45 +0200 |
commit | fbe9a7466b4f86b60c68154f34f6f6634e167785 (patch) | |
tree | 94ee44059631d8efd1b930ae6201160e17dc745d /bin | |
parent | 23b8654156a569eaa3516b38d3ed372a72010785 (diff) | |
download | jenkins.debian.net-fbe9a7466b4f86b60c68154f34f6f6634e167785.tar.xz |
reproducible: fixup 23b8654
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboards.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index 31ba1fcc..7c56b60a 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -27,7 +27,7 @@ TABLE[2]=stats_builds_age TABLE[3]=stats_bugs TABLE[4]=stats_notes TABLE[5]=stats_issues -#TABLE[6] +TABLE[6]=stats_meta_pkg_state TABLE[7]=stats_bugs_state FIELDS[0]="datum, reproducible, unreproducible, FTBFS, other, untested" FIELDS[1]="datum" @@ -43,7 +43,6 @@ for TAG in $USERTAGS ; do done FIELDS[4]="datum, packages_with_notes" FIELDS[5]="datum, known_issues" -#FIELDS[6] FIELDS[7]="datum, done_bugs, open_bugs" SUM_DONE="(0" SUM_OPEN="(0" |