summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 23:17:46 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 23:17:46 +0100
commit594430f8d7942d1a8b8d01af54b4d602e3ea03ec (patch)
treeac402d3cf5a6af5fb3736b5db5a6e0e1aee5741d
parent2c423ccfb2de9d57ca5f8a94b7f4080b1f20471b (diff)
downloadjenkins.debian.net-594430f8d7942d1a8b8d01af54b4d602e3ea03ec.tar.xz
reproducible: need to fix create_meta_pkg_sets to also create those for testing
-rwxr-xr-xbin/reproducible_html_graphs.sh4
1 files 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 "</p><p>"
# 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