diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-29 16:42:39 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-29 16:42:39 +0200 |
commit | ab5f0b4b6dba6c0b9af6a5eddafe5e316344d95d (patch) | |
tree | f95c62fb32bbe8457808ec504d19f518165934e1 /bin | |
parent | 2844b713b6703519448dcfbca89ab4892108e941 (diff) | |
download | jenkins.debian.net-ab5f0b4b6dba6c0b9af6a5eddafe5e316344d95d.tar.xz |
reproducible: add some more server + build related packages to test
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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" |