From 00eac7a6f321310ae50ff14594fcfeb96f6b4594 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Jan 2015 03:41:32 +0100 Subject: reproducible: counting might help --- bin/reproducible_html_graphs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index eff17f1c..94f6637b 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -77,6 +77,7 @@ if [ -z $RESULT ] ; then else META_WHERE="$META_WHERE, '$i'" fi + let "META_TOTAL=META_TOTAL+1" done META_WHERE="$META_WHERE)" META_GOOD=$(sqlite3 -init ${INIT} ${PACKAGES_DB} "SELECT count(status) from source_packages WHERE status = 'reproducible' AND date(build_date)<='$DATE' AND $META_WHERE;") -- cgit v1.2.3-54-g00ecf