[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Arch Linux: improve wording
Holger Levsen
holger at layer-acht.org
Fri Nov 24 15:47:32 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit db2f5207449f2578d6f3e6cbe9ff5bab31fd8771
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Nov 24 15:47:26 2017 +0000
reproducible Arch Linux: improve wording
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_html_archlinux.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index 1c21a37..d8ee9ee 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -171,7 +171,7 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
# prepare stats per repository
PERCENT_TOTAL=$(echo "scale=1 ; ($TESTED*100/$TOTAL)" | bc)
if [ $(echo $PERCENT_TOTAL/1|bc) -lt 99 ] ; then
- NR_TESTED="$TESTED <span style=\"font-size:0.8em;\">($PERCENT_TOTAL% of $TOTAL tested)</span>"
+ NR_TESTED="$TESTED <span style=\"font-size:0.8em;\">(tested $PERCENT_TOTAL% of $TOTAL)</span>"
else
NR_TESTED=$TESTED
fi
@@ -199,7 +199,7 @@ done
# prepare stats per repository
ARCHLINUX_PERCENT_TOTAL=$(echo "scale=1 ; ($ARCHLINUX_TESTED*100/$ARCHLINUX_TOTAL)" | bc)
if [ $(echo $ARCHLINUX_PERCENT_TOTAL/1|bc) -lt 99 ] ; then
- NR_TESTED="$ARCHLINUX_TESTED <span style=\"font-size:0.8em;\">($ARCHLINUX_PERCENT_TOTAL% of $ARCHLINUX_TOTAL tested)</span>"
+ NR_TESTED="$ARCHLINUX_TESTED <span style=\"font-size:0.8em;\">(tested $ARCHLINUX_PERCENT_TOTAL% of $ARCHLINUX_TOTAL)</span>"
else
NR_TESTED=$ARCHLINUX_TESTED
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list