summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_graphs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-14 13:10:38 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-14 13:10:38 +0100
commitd088133e31a5004043ffbec9e8f8017e8bb215a8 (patch)
treee3889e9fdcc19bba554e50b126787c77f332e68f /bin/reproducible_html_graphs.sh
parentb30f7de3e70f7a7943310fd7d0a4b25f784a2333 (diff)
downloadjenkins.debian.net-d088133e31a5004043ffbec9e8f8017e8bb215a8.tar.xz
reproducible: fix summary to usertag bugs table
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index b8cee77f..a339368d 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -205,7 +205,7 @@ write_usertag_table() {
let "TOTAL=TOTAL+VALUE"
let "TDONE=TDONE+VALUE"
write_page "<td>$TOTAL</td></tr>"
- let "TTOTAL=TTOTAL+VALUE"
+ let "TTOTAL=TTOTAL+TOTAL"
fi
done
write_page "<tr><td>All usertagged bugs for reproducible-builds@lists.alioth.debian.org</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>"