summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-28 08:33:48 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-28 08:33:48 +0200
commitdbd4e9b424cbedf61cc9b7ab8b5fab0c2bc7e920 (patch)
treec437b79f548bcd87327a6a36b61453ed5f796af3 /bin/reproducible_stats.sh
parenta8fcc914351ba39cd516f76bf5af51732d0b13fc (diff)
downloadjenkins.debian.net-dbd4e9b424cbedf61cc9b7ab8b5fab0c2bc7e920.tar.xz
reproducible: minor improvements
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"