summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.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_rpms.sh
parent7469d41160b8e82eb3a8c326bbd1d782d7ae7cf2 (diff)
downloadjenkins.debian.net-499fd8ac59bbb8c5ec47817ca77107d1e3153280.tar.xz
reproducible: change treshold for 'completely tested' to 99%
Diffstat (limited to 'bin/reproducible_html_rpms.sh')
-rwxr-xr-xbin/reproducible_html_rpms.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_rpms.sh b/bin/reproducible_html_rpms.sh
index 339feb39..e7acc4c7 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -91,7 +91,7 @@ for PKG in $(find $RPMBASE/$RELEASE/$ARCH/* -maxdepth 1 -type d -exec basename {
done
# prepare stats per repository
PERCENT_TOTAL=$(echo "scale=1 ; ($TESTED*100/$TOTAL)" | bc)
-if [ $(echo $PERCENT_TOTAL/1|bc) -lt 98 ] ; then
+if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
NR_TESTED="$TESTED <span style=\"font-size:0.8em;\">($PERCENT_TOTAL% of $TOTAL tested)</span>"
else
NR_TESTED=$TESTED