From 71545dfe152689fb10b36b74f42034015e174499 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Feb 2016 09:59:44 +0100 Subject: reproducible debian: enable pkg sets for stretch/armhf --- bin/reproducible_common.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index d947e129..85430d1d 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -237,10 +237,6 @@ write_page_header() { # no pkg_sets are tested in experimental continue fi - if [ "$TARGET" = "pkg_sets" ] && [ "$ARCH" = "armhf" ] && [ "$SUITE" = "testing" ] ; then - # no pkg_sets for testing/amd64 yet… - continue - fi SPOKEN_TARGET=${SPOKENTARGET[$TARGET]} BASEURL="/$SUITE/$ARCH" local i @@ -647,7 +643,7 @@ create_png_from_table() { # unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19 and testing/armhf since 2016-01-01) WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'" elif [ $1 -eq 6 ] ; then - # armhf only has pkg sets since its complete (and only for unstable), aka 2015-12-22 + # armhf only has pkg sets for unstable since 2015-12-22 and since 2016-02-13 for testing WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'" fi fi -- cgit v1.2.3-54-g00ecf