diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-04-07 10:25:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-07 10:25:00 +0200 |
commit | 7f2525f782a00c22bbedf31d9893041e793d1d40 (patch) | |
tree | c1e47f3ef0522231fe5d31ad495f926d7f415fd0 /bin | |
parent | 66981f3e733a47861121e0e65b1d29d79c29caf1 (diff) | |
download | jenkins.debian.net-7f2525f782a00c22bbedf31d9893041e793d1d40.tar.xz |
reproducible debian: start later with i386 pkg set graphs
Diffstat (limited to 'bin')
-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 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... |