summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index 27a4c2f9..d31f3b1c 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -24,8 +24,11 @@ echo
echo "Simple statistics for reproducible builds as tested on jenkins.debian.net so far"
echo
echo "$COUNT_TOTAL packages attempted to build in total."
+echo
echo "$COUNT_GOOD packages successfully built reproducibly: ${GOOD}"
+echo
echo "$COUNT_BAD packages failed to built reproducibly: ${BAD}"
+echo
echo "$COUNT_UGLY packages failed to build from source: ${UGLY}"
echo "$COUNT_SOURCELESS packages doesn't exist in sid and need investigation: $SOURCELESS"