summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-05 16:40:58 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-05 16:40:58 +0100
commit77ce2d4ec5ec8fc0d487bf21510277557204bcc1 (patch)
tree86675d745c36883879a6691b02d47e37bce1eca1 /bin
parentdbf6ccb5421eb4130fe976083c8a518752b008f5 (diff)
downloadjenkins.debian.net-77ce2d4ec5ec8fc0d487bf21510277557204bcc1.tar.xz
reproducible: include meta pkg sets in overview
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 34fb219a..1f553a01 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -401,6 +401,12 @@ for i in $SUITES ; do
write_page " <a href=\"/userContent/$i\"><img src=\"/userContent/$i/${TABLE[0]}.png\" class=\"overview\" alt=\"$i stats\"></a>"
done
write_page "</p><p>"
+for i in $(seq 1 ${#META_PKGSET[@]}) ; do
+ PNG=${TABLE[6]}_${META_PKGSET[$i]}.png
+ LABEL="Reproducibility status for packages in $SUITE from '${META_PKGSET[$i]}'"
+ write_page "<a href=\"/userContent/$SUITE/amd64/index_pkg_sets.html#${META_PKGSET[$i]}\"><img src=\"/userContent/$SUITE/$PNG\" class=\"metaoverview\" alt=\"$LABEL\"></a>"
+done
+write_page "</p><p>"
# FIXME: we don't do 2 / stats_builds_age.png yet :/ (and 6 and 0 are done already)
for i in 3 4 5 1 ; do
if [ "$i" = "3" ] ; then