From 4ed2fffec3b2f6ba24b65bdbbc6a8406c6d914ba Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 8 Sep 2015 00:25:03 +0200 Subject: reproducible: fixup last commit, hi distractions --- bin/reproducible_html_dashboards.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_dashboards.sh b/bin/reproducible_html_dashboards.sh index cf010f39..45af7eda 100755 --- a/bin/reproducible_html_dashboards.sh +++ b/bin/reproducible_html_dashboards.sh @@ -264,12 +264,12 @@ write_build_performace_stats() { RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT CAST(AVG(r.build_duration) AS INTEGER) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE r.build_duration!='' AND r.build_duration!='0' AND r.build_date > datetime('$DATE', '-$TIMESPAN_RAW days') AND s.architecture='$ARCH'") MIN=$(echo $RESULT/60|bc) SEC=$(echo "$RESULT-($MIN*60)"|bc) - write_page "average test duration (in the last 4 weeks)$MIN minutes, $SEC seconds" + write_page "average test duration (in the last $TIMESPAN_VERBOSE)$MIN minutes, $SEC seconds" RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT COUNT(r.build_date) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE r.build_date LIKE '%$DATE%' AND s.architecture='$ARCH'") write_page "packages tested on $DATE$RESULT" RESULT=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT COUNT(r.build_date) FROM results AS r JOIN sources AS s ON r.package_id=s.id WHERE r.build_date > datetime('$DATE', '-$TIMESPAN_RAW days') AND s.architecture='$ARCH'") RESULT="$(echo $RESULT/$TIMESPAN_RAW|bc)" - write_page "packages tested on average per day in the last 4 weeks$RESULT" + write_page "packages tested on average per day in the last $TIMESPAN_VERBOSE$RESULT" write_page "" } -- cgit v1.2.3-70-g09d2