summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-20 18:34:03 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-20 18:34:03 +0100
commit16b8750afdb9275f645e361fea85a5405568fdb2 (patch)
tree57ca46ac111f37961071b9b20dbffa10269e49f7 /bin/reproducible_common.sh
parent10b1243b04e8bfb043640746497e732e4eff1239 (diff)
downloadjenkins.debian.net-16b8750afdb9275f645e361fea85a5405568fdb2.tar.xz
reproducible armhf: enable package sets
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 0872dd73..23a1eb9d 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -234,8 +234,8 @@ write_page_header() {
# no pkg_sets are tested in experimental
continue
fi
- if [ "$TARGET" = "pkg_sets" ] && [ "$ARCH" = "armhf" ] ; then
- # no pkg_sets for armhf _yet_
+ if [ "$TARGET" = "pkg_sets" ] && [ "$ARCH" = "armhf" ] && [ "$SUITE" = "testing" ] ; then
+ # testing/armhf is not being tested yet _yet_ (so I think this is never met…)
continue
fi
SPOKEN_TARGET=${SPOKENTARGET[$TARGET]}