diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-12 11:49:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-12 11:49:16 +0100 |
commit | e7999003ef65f1add2fe782b22391d5037c02c4c (patch) | |
tree | 5799a924407b5dd363373bbbd453508161a7e2c4 | |
parent | 8c8c4e8fdc7e8426a93bf77162c4ca60262515aa (diff) | |
download | jenkins.debian.net-e7999003ef65f1add2fe782b22391d5037c02c4c.tar.xz |
reproducible: no pkg sets for testing yet
-rwxr-xr-x | bin/reproducible_common.sh | 4 |
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]} |