diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 5 |
1 files changed, 3 insertions, 2 deletions
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 "</p>" - 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 "<p style=\"clear:both;\"><center>" for i in $(seq 1 ${#META_PKGSET[@]}) ; do THUMB=${TABLE[6]}_${META_PKGSET[$i]}-thumbnail.png |