From 44789c404f39ea66bebd9deb3937f1f13d213cbe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 29 Mar 2016 00:07:19 -0400 Subject: reproducible debian: i386 graphs should start yesterday --- bin/reproducible_common.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bin') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 9492ae97..8118f40a 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -636,6 +636,9 @@ create_png_from_table() { if [ "$ARCH" = "armhf" ] ; then # armhf was only build since 2015-08-30 WHERE2_EXTRA="WHERE s.datum >= '2015-08-30'" + elif [ "$ARCH" = "i386" ] ; then + # i386 was only build since 2016-03-28 + WHERE2_EXTRA="WHERE s.datum >= '2016-03-28'" else WHERE2_EXTRA="" fi @@ -654,6 +657,14 @@ create_png_from_table() { # 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 + elif [ "$ARCH" = "i386" ] ; then + if [ $1 -eq 2 ] ; then + # i386 was only build since 2016-03-28 + WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-03-28'" + elif [ $1 -eq 6 ] ; then + # i386 only has pkg sets since that day too, but maybe I'll change that + WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-03-28'" + fi fi # testing/amd64 was only build since... # WHERE2_EXTRA="WHERE s.datum >= '2015-03-08'" -- cgit v1.2.3-70-g09d2