[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: dashboard: fix another typo..

Holger Levsen holger at layer-acht.org
Thu Jan 19 13:32:08 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 e199cfa0174a1421db1489eb135247c0980acc7d
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jan 19 14:30:43 2017 +0100

    reproducible debian: dashboard: fix another typo..
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_dashboard.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 107425e..e6fe61f 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -303,7 +303,7 @@ _average_builds_per_day() {
 		local OLDEST_BUILD="$(query_db "SELECT build_date FROM stats_build WHERE architecture='$ARCH' ORDER BY build_date ASC LIMIT 1")"
 		local DAY_DIFFS="$(( ($(date -d "$DATE" +%s) - $(date -d "$OLDEST_BUILD" +%s)) / (60*60*24) ))"
 		local DISCLAIMER=""
-		local TIMESPAN="$TIMESTAN_RAW"
+		local TIMESPAN="$TIMESPAN_RAW"
 		if [ $DAY_DIFFS -lt $TIMESPAN ]; then
 			# this is a new architecture, there are fewer days to compare to.
 			DISCLAIMER=" <span style=\"font-size: 0.8em;\">(in the last $DAY_DIFFS days)</span>"

-- 
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