summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-23 13:17:46 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-23 13:17:46 +0100
commit6803e909b3bac4d8e56e1bbe386eb1f7eb03fd7f (patch)
tree24b04314ea8f5fa8e79d4c50b7d7776ddce37132 /bin/reproducible_common.sh
parent34785998ef51891288ad32779605240d282049f0 (diff)
downloadjenkins.debian.net-6803e909b3bac4d8e56e1bbe386eb1f7eb03fd7f.tar.xz
reproducible armhf: remove some grey from the meta pkg stats
Diffstat (limited to 'bin/reproducible_common.sh')
-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 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...