summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-23 01:37:25 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-23 01:37:25 +0200
commitc57096965e81660881d937230bf4b5ee28422dc1 (patch)
tree60266c9b8bf80e7be377ddfb28f49150b47f5146 /bin/reproducible_html_dashboard.sh
parent288ab869dbbc2a3b0c559a3b1c81600cbff6aaaf (diff)
downloadjenkins.debian.net-c57096965e81660881d937230bf4b5ee28422dc1.tar.xz
reproducible: we have 3 weeks of armhf logs now…
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 6a454edd..ba780c98 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -245,8 +245,8 @@ write_build_performace_stats() {
TIMESPAN_VERBOSE="4 weeks"
TIMESPAN_RAW="28"
else
- TIMESPAN_VERBOSE="2 weeks"
- TIMESPAN_RAW="14"
+ TIMESPAN_VERBOSE="3 weeks"
+ TIMESPAN_RAW="21"
fi
write_page "<table class=\"main\"><tr><th colspan=\"2\">Build statistics for $ARCH</th></tr>"
AGE_UNSTABLE=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(max(oldest_reproducible, oldest_unreproducible, oldest_FTBFS) AS INTEGER) FROM ${TABLE[2]} WHERE suite='unstable' AND architecture='$ARCH' AND datum='$DATE'")