summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 19:14:02 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 19:14:02 +0100
commitb50232e473c6c269dea47eade6c04de658107277 (patch)
tree127ad0e799a5679c1ffbd98acb0a83834b4e38e2 /bin/reproducible_html_graphs.sh
parent7adfeae03d1019be55ee0b080bd11dad86d8ce73 (diff)
downloadjenkins.debian.net-b50232e473c6c269dea47eade6c04de658107277.tar.xz
reproducible: refactor, do pkg sets for all suites except experimental
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index 05116ea6..c8dba35b 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" != "sid" ] ; then
- # FIXME: no pkg sets in experimental
+ if [ "$SUITE" = "experimental" ] ; then
+ # no pkg sets in experimental
continue
fi
for i in $(seq 1 ${#META_PKGSET[@]}) ; do
@@ -536,8 +536,8 @@ for SUITE in $SUITES ; do
update_suite_stats
gather_suite_stats
create_suite_stats_page
- if [ "$SUITE" != "sid" ] ; then
- # FIXME: should be: no pkg sets in experimental
+ if [ "$SUITE" = "experimental" ] ; then
+ # no pkg sets in experimental
continue
fi
update_meta_pkg_stats