diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-02 03:41:32 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-02 03:41:32 +0100 |
commit | 00eac7a6f321310ae50ff14594fcfeb96f6b4594 (patch) | |
tree | 813dc5578df5dffdf747d218b09634120802fa59 | |
parent | 04fbdc87d7d96773efa109918550204f6f74fbc7 (diff) | |
download | jenkins.debian.net-00eac7a6f321310ae50ff14594fcfeb96f6b4594.tar.xz |
reproducible: counting might help
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 1 |
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;") |