summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-29 17:41:15 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-29 17:41:15 +0200
commite509c398008cde62983fe2df25ad162c0fdb4da1 (patch)
tree4bb730c934cc8e715e054ccf6e2512efa03339ea /bin/reproducible_build.sh
parent43e20af9434be9565c7c9c06d135f0f49843e1ba (diff)
downloadjenkins.debian.net-e509c398008cde62983fe2df25ad162c0fdb4da1.tar.xz
reproducible: include 'not for us' (=not buildable on amd64) packages in stats
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 39b3da85..f75c0157 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -161,6 +161,6 @@ echo
echo
echo "$COUNT_TOTAL packages attempted to build in total."
echo "$COUNT_GOOD packages successfully built reproducibly: ${GOOD}"
-echo "$COUNT_SKIPPED packages skipped (either because they were successfully built reproducibly in the past or because they are not for amd64 / all / any): ${SKIPPED}"
+echo "$COUNT_SKIPPED packages skipped (either because they were successfully built reproducibly in the past or because they are not Architecture: 'any' nor 'all' nor 'amd64'): ${SKIPPED}"
echo "$COUNT_BAD packages failed to built reproducibly: ${BAD}"
echo "The following source packages doesn't exist in sid: $SOURCELESS"