summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-04 00:54:49 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-04 00:54:49 +0100
commit1fc7872a307ebe76e0bf63983a518eb4cd34a1a0 (patch)
treeea164b66aaf409c9843370317e2213fd8fa1558e /bin/reproducible_html_graphs.sh
parent36e4ae4ed6b50fdfec6317e52c82e1dcba7135c1 (diff)
downloadjenkins.debian.net-1fc7872a307ebe76e0bf63983a518eb4cd34a1a0.tar.xz
various new TODOs
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
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