From 88731c67f0e22705069bcbec33cd023972535056 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 8 Jan 2017 11:52:08 +0100 Subject: reproducible Debian: calculate daily average for the last _2_ weeks on arm64 Signed-off-by: Holger Levsen --- 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 fe1a7e37..0502c64a 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -343,8 +343,8 @@ write_build_performance_stats() { write_page "packages tested on average per day in the last $TIMESPAN_VERBOSE" for ARCH in ${ARCHS} ; do if [ "$ARCH" = "arm64" ] ; then - TIMESPAN_RAW="7" - local ARM64_DISCLAIMER=" (daily average in the last week)" + TIMESPAN_RAW="14" + local ARM64_DISCLAIMER=" (in the last 2 weeks)" else TIMESPAN_RAW="28" local ARM64_DISCLAIMER="" -- cgit v1.2.3-54-g00ecf