diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-04 00:54:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-04 00:54:49 +0100 |
commit | 1fc7872a307ebe76e0bf63983a518eb4cd34a1a0 (patch) | |
tree | ea164b66aaf409c9843370317e2213fd8fa1558e /bin | |
parent | 36e4ae4ed6b50fdfec6317e52c82e1dcba7135c1 (diff) | |
download | jenkins.debian.net-1fc7872a307ebe76e0bf63983a518eb4cd34a1a0.tar.xz |
various new TODOs
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index a584ce25..8437771f 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -243,7 +243,7 @@ PAGE=index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}" for i in $(seq 1 ${#META_PKGSET[@]}) ; do - gather_meta_stats $i + gather_meta_stats $i # FIXME: this ignores unknown packages... MAINLABEL[6]="Package reproducibility status for ${META_PKGSET[$i]} packages" YLABEL[6]="Amount (${META_PKGSET[$i]} packages)" PNG=${TABLE[6]}_${META_PKGSET[$i]}.png |