summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-02 03:41:32 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-02 03:41:32 +0100
commit00eac7a6f321310ae50ff14594fcfeb96f6b4594 (patch)
tree813dc5578df5dffdf747d218b09634120802fa59 /bin
parent04fbdc87d7d96773efa109918550204f6f74fbc7 (diff)
downloadjenkins.debian.net-00eac7a6f321310ae50ff14594fcfeb96f6b4594.tar.xz
reproducible: counting might help
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh1
1 files changed, 1 insertions, 0 deletions
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;")