[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian real-world: improve statistics presentation
    Holger Levsen 
    gitlab at salsa.debian.org
       
    Fri Feb 22 14:18:50 GMT 2019
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
59cce57c by Holger Levsen at 2019-02-22T14:18:36Z
reproducible Debian real-world: improve statistics presentation
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
=====================================
@@ -86,15 +86,16 @@ cleanup_all() {
 		echo
 		echo "unreproducible packages: $unreproducible_count: $unreproducible_packages"
 		echo
-		echo "Statistics including packages (currently) in an unknown state"
+		echo "ftp.debian.org package reproducibility statistics including packages (currently) in an unknown state"
 		echo "-------------------------------------------------------------"
-		echo "unknown packages in $RELEASE/amd64: $unknown_count: ($percent_unknown%)"
+		echo "packages in unknown reproducibility state in $RELEASE/amd64: $unknown_count: ($percent_unknown%)"
 		echo "reproducible packages in $RELEASE/amd64: $reproducible_count: ($percent_repro%)"
 		echo "unreproducible packages in $RELEASE/amd64: $unreproducible_count: ($percent_unrepro%)"
+		echo "total number of packages in $RELEASE/amd64: $(echo $reproducible_count+$unreproducible_count+$unknown_count | bc)"
 		echo
 		percent_repro=$(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 "Statistics of packages in known states only"
+		echo "ftp.debian.org package reproducibility statistics of packages in known states only"
 		echo "-------------------------------------------------------------"
 		echo "reproducible packages in $RELEASE/amd64: $reproducible_count: ($percent_repro%)"
 		echo "unreproducible packages in $RELEASE/amd64: $unreproducible_count: ($percent_unrepro%)"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/59cce57c393e118bec7b7e1bbfe33280978c8e96
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/59cce57c393e118bec7b7e1bbfe33280978c8e96
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/20190222/0597ab30/attachment-0001.html>
    
    
More information about the Qa-jenkins-scm
mailing list