From ee78cf7b74ea65e6d56faf121b93461041673e95 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 16 Sep 2015 09:55:39 +0200 Subject: reproducible: average two weeks of armhf data, now that we have that much --- bin/reproducible_html_dashboard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_html_dashboard.sh') diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index fc24f542..6a454edd 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="week" - TIMESPAN_RAW="7" + TIMESPAN_VERBOSE="2 weeks" + TIMESPAN_RAW="14" fi write_page "" 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'") -- cgit v1.2.3-70-g09d2
Build statistics for $ARCH