From 007aeb1437e55887eb67453836745e7a3db8735d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 8 Mar 2016 10:11:55 +0100 Subject: reproducible debian: correct pkg set links per suite and drop them for experimental --- bin/reproducible_html_dashboard.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index a0951633..8488b5be 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -420,13 +420,14 @@ create_suite_arch_stats_page() { fi done write_page "

" - write_meta_pkg_graphs_links + if [ "$SUITE" != "experimental" ] ; then + write_meta_pkg_graphs_links + fi write_page_footer publish_page $SUITE } write_meta_pkg_graphs_links () { - local SUITE=unstable # ARCH is taken from global namespace write_page "

" for i in $(seq 1 ${#META_PKGSET[@]}) ; do THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png -- cgit v1.2.3-54-g00ecf