diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-23 13:17:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-23 13:17:46 +0100 |
commit | 6803e909b3bac4d8e56e1bbe386eb1f7eb03fd7f (patch) | |
tree | 24b04314ea8f5fa8e79d4c50b7d7776ddce37132 /bin | |
parent | 34785998ef51891288ad32779605240d282049f0 (diff) | |
download | jenkins.debian.net-6803e909b3bac4d8e56e1bbe386eb1f7eb03fd7f.tar.xz |
reproducible armhf: remove some grey from the meta pkg stats
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 cfcd910c..1f041be9 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -621,8 +621,8 @@ create_png_from_table() { # unstable/armhf was only build since 2015-08-30 (and experimental/armhf since 2015-12-19) WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-08-30'" elif [ $1 -eq 6 ] ; then - # armhf only has pkg sets since its complete, aka 2015-12-19 - WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-19'" + # armhf only has pkg sets since its complete, aka 2015-12-22 + WHERE_EXTRA="$WHERE_EXTRA AND datum >= '2015-12-22'" fi fi # testing/amd64 was only build since... |