[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup copynpaste error

Holger Levsen gitlab at salsa.debian.org
Tue Feb 19 23:23:57 GMT 2019


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
783186ce by Holger Levsen at 2019-02-19T23:23:47Z
fixup copynpaste error

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_compare_Debian_sha1sums.sh


Changes:

=====================================
bin/reproducible_compare_Debian_sha1sums.sh
=====================================
@@ -55,7 +55,7 @@ unreproducible_packages=$(awk '/^UNREPRODUCIBLE:/{print $2}' $log)
 unreproducible_count=$(echo $unreproducible_packages | wc -w)
 
 percent_repro=$(echo "scale=4 ; $reproducible_count / ($reproducible_count+$unreproducible_count) * 100" | bc)
-percent_unrepro=$(echo "scale=4 ; $reproducible_count / ($reproducible_count+$unreproducible_count) * 100" | bc)
+percent_unrepro=$(echo "scale=4 ; $unreproducible_count / ($reproducible_count+$unreproducible_count) * 100" | bc)
 
 echo "-------------------------------------------------------------"
 echo "reproducible packages: $reproducible_count: $reproducible_packages"



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/783186ce12d9775ce477049b6e8cee005b2c9fdf

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/783186ce12d9775ce477049b6e8cee005b2c9fdf
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20190219/f3c87c25/attachment.html>


More information about the Qa-jenkins-scm mailing list