summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-29 16:42:39 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-29 16:42:39 +0200
commitab5f0b4b6dba6c0b9af6a5eddafe5e316344d95d (patch)
treef95c62fb32bbe8457808ec504d19f518165934e1 /bin/reproducible_build.sh
parent2844b713b6703519448dcfbca89ab4892108e941 (diff)
downloadjenkins.debian.net-ab5f0b4b6dba6c0b9af6a5eddafe5e316344d95d.tar.xz
reproducible: add some more server + build related packages to test
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 ad647b87..da6e4fa8 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -165,6 +165,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 / arch all): ${SKIPPED}"
+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_BAD packages failed to built reproducibly: ${BAD}"
echo "The following source packages doesn't exist in sid: $SOURCELESS"