summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-04-07 10:25:00 +0200
committerHolger Levsen <holger@layer-acht.org>2016-04-07 10:25:00 +0200
commit7f2525f782a00c22bbedf31d9893041e793d1d40 (patch)
treec1e47f3ef0522231fe5d31ad495f926d7f415fd0 /bin
parent66981f3e733a47861121e0e65b1d29d79c29caf1 (diff)
downloadjenkins.debian.net-7f2525f782a00c22bbedf31d9893041e793d1d40.tar.xz
reproducible debian: start later with i386 pkg set graphs
Diffstat (limited to 'bin')
-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 8719ab42..9cb7310f 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -664,8 +664,8 @@ create_png_from_table() {
# 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'"
+ # i386 only has pkg sets since later to make nicer graphs
+ WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2016-04-06'"
fi
fi
# testing/amd64 was only build since...