diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-11 23:17:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-11 23:17:46 +0100 |
commit | 594430f8d7942d1a8b8d01af54b4d602e3ea03ec (patch) | |
tree | ac402d3cf5a6af5fb3736b5db5a6e0e1aee5741d /bin | |
parent | 2c423ccfb2de9d57ca5f8a94b7f4080b1f20471b (diff) | |
download | jenkins.debian.net-594430f8d7942d1a8b8d01af54b4d602e3ea03ec.tar.xz |
reproducible: need to fix create_meta_pkg_sets to also create those for testing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 |
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 |