summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh10
1 files changed, 8 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index b4810122..5f61e214 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -250,7 +250,14 @@ VIEW=pkg_sets
PAGE=index_${VIEW}.html
echo "$(date) - starting to write $PAGE page."
write_page_header $VIEW "Overview of ${SPOKENTARGET[$VIEW]}"
+write_page "<ul><li>Tracked package sets: </li>"
for i in $(seq 1 ${#META_PKGSET[@]}) ; do
+ write_page "<li><a href=\"#${META_PKGSET[$i]}\">${META_PKGSET[$i]}</a></li>"
+done
+write_page "</ul>"
+for i in $(seq 1 ${#META_PKGSET[@]}) ; do
+ write_page "<hr /><a name=\"${META_PKGSET[$i]}\"></a>"
+ BUILDINFO_SIGNS=true
META_RESULT=true
gather_meta_stats $i # FIXME: this ignores unknown packages...
if $META_RESULT ; then
@@ -298,9 +305,8 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do
fi
write_page "</p>"
fi
+ write_page_meta_sign
done
-BUILDINFO_ON_PAGE=true
-write_page_meta_sign
write_page_footer
publish_page