summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-18 19:41:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-18 19:41:13 +0100
commit499fd8ac59bbb8c5ec47817ca77107d1e3153280 (patch)
tree83b1d2fa7c533f2ac7f4a3a38bba6a72fd615e9e /bin/reproducible_html_dashboard.sh
parent7469d41160b8e82eb3a8c326bbd1d782d7ae7cf2 (diff)
downloadjenkins.debian.net-499fd8ac59bbb8c5ec47817ca77107d1e3153280.tar.xz
reproducible: change treshold for 'completely tested' to 99%
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 008a55a4..c0784fbb 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -329,7 +329,7 @@ write_suite_table() {
fi
gather_suite_arch_stats
write_page "<tr><td>$SUITE/$ARCH</td><td>$AMOUNT"
- if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then
+ if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
write_page "<span style=\"font-size:0.8em;\">($PERCENT_TOTAL% tested)</span>"
fi
write_page "</td><td>$COUNT_GOOD / $PERCENT_GOOD%</td><td>$COUNT_BAD / $PERCENT_BAD%</td><td>$COUNT_UGLY / $PERCENT_UGLY%</td><td>$COUNT_OTHER / $PERCENT_OTHER%</td></tr>"
@@ -348,7 +348,7 @@ create_suite_arch_stats_page() {
MAINLABEL[2]="Age in days of oldest reproducible build result in '$SUITE' for '$ARCH'"
echo "$(date) - starting to write $PAGE page."
write_page_header $VIEW "Overview of reproducible builds for packages in $SUITE for $ARCH"
- if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then
+ if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
write_page "<p>$COUNT_TOTAL packages have been attempted to be build so far, that's $PERCENT_TOTAL% of $AMOUNT source packages in Debian $SUITE/$ARCH.</p>"
fi
write_page "<p>"