From 594430f8d7942d1a8b8d01af54b4d602e3ea03ec Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Mar 2015 23:17:46 +0100 Subject: reproducible: need to fix create_meta_pkg_sets to also create those for testing --- bin/reproducible_html_graphs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 754bd425..d772de6f 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -478,8 +478,8 @@ create_main_stats_page() { write_page "

" # write meta pkg graphs per suite for SUITE in $SUITES ; do - if [ "$SUITE" = "experimental" ] ; then - # no pkg sets in experimental + if [ "$SUITE" != "sid" ] ; then + # FIXME: no pkg sets in experimental continue fi for i in $(seq 1 ${#META_PKGSET[@]}) ; do -- cgit v1.2.3-70-g09d2