summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-12 11:49:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-12 11:49:16 +0100
commite7999003ef65f1add2fe782b22391d5037c02c4c (patch)
tree5799a924407b5dd363373bbbd453508161a7e2c4 /bin
parent8c8c4e8fdc7e8426a93bf77162c4ca60262515aa (diff)
downloadjenkins.debian.net-e7999003ef65f1add2fe782b22391d5037c02c4c.tar.xz
reproducible: no pkg sets for testing yet
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 706d76ad..d09c9726 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -146,8 +146,8 @@ write_page_header() {
write_page "</li>"
done
for TARGET in $ALLVIEWS ; do
- if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experimental" ] ; then
- # no pkg_sets are tested in experimental
+ if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" != "sid" ] ; then
+ # FIXME: no pkg_sets are tested in experimental
continue
fi
SPOKEN_TARGET=${SPOKENTARGET[$TARGET]}