summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_rpms.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-12-20 17:02:43 +0100
committerHolger Levsen <holger@layer-acht.org>2015-12-20 17:02:43 +0100
commit7527b54c3649fadb0fdb4f36aace0bd2a16b80c9 (patch)
tree1c777f83a21b923f289d2262e63fedb221fce0ec /bin/reproducible_html_rpms.sh
parent141ae2873847c337f5185c06952889f275822c53 (diff)
downloadjenkins.debian.net-7527b54c3649fadb0fdb4f36aace0bd2a16b80c9.tar.xz
Revert "reproducible: change treshold for 'completely tested' to 100%"
This reverts commit 01e06d4939487f2dab117593d0cd0c8cc76be3f6.
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 d14e0720..db6fbcbe 100755
--- a/bin/reproducible_html_rpms.sh
+++ b/bin/reproducible_html_rpms.sh
@@ -92,7 +92,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 100 ] ; 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