summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.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_common.sh
parent7adfeae03d1019be55ee0b080bd11dad86d8ce73 (diff)
downloadjenkins.debian.net-b50232e473c6c269dea47eade6c04de658107277.tar.xz
reproducible: refactor, do pkg sets for all suites except experimental
Diffstat (limited to 'bin/reproducible_common.sh')
-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 fec3f114..c2d7409c 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -143,8 +143,8 @@ write_page_header() {
write_page "</li>"
done
for TARGET in $ALLVIEWS ; do
- if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" != "sid" ] ; then
- # FIXME: no pkg_sets are tested in experimental
+ if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experimental" ] ; then
+ # no pkg_sets are tested in experimental
continue
fi
SPOKEN_TARGET=${SPOKENTARGET[$TARGET]}