[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: calculate daily average for the last _2_ weeks on arm64
Holger Levsen
holger at layer-acht.org
Sun Jan 8 10:52:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 88731c67f0e22705069bcbec33cd023972535056
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Jan 8 11:52:08 2017 +0100
reproducible Debian: calculate daily average for the last _2_ weeks on arm64
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_dashboard.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index fe1a7e3..0502c64 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -343,8 +343,8 @@ write_build_performance_stats() {
write_page "</tr><tr><td class=\"left\">packages tested on average per day in the last $TIMESPAN_VERBOSE</td>"
for ARCH in ${ARCHS} ; do
if [ "$ARCH" = "arm64" ] ; then
- TIMESPAN_RAW="7"
- local ARM64_DISCLAIMER=" <span style=\"font-size:0.8em;\">(daily average in the last week)</span>"
+ TIMESPAN_RAW="14"
+ local ARM64_DISCLAIMER=" <span style=\"font-size:0.8em;\">(in the last 2 weeks)</span>"
else
TIMESPAN_RAW="28"
local ARM64_DISCLAIMER=""
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list