From 1f335afcb7ad427a05ef52a9c8a5c29ad9559a71 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 24 Sep 2014 15:25:21 +0200 Subject: reproducibly small changes --- bin/reproducible_build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 7c7cefc4..6e07b75f 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -60,11 +60,11 @@ for SRCPACKAGE in "$@" ; do mv ./results/${LOGFILE} ./results/_success/ figlet ${SRCPACKAGE} echo - echo "${SRCPACKAGE} build successfull." + echo "${SRCPACKAGE} built successfully and reproducibly." let "COUNT_GOOD=COUNT_GOOD+1" GOOD="${SRCPACKAGE} ${GOOD}" else - echo "Warning: ${SRCPACKAGE} failed to build reproducible." + echo "Warning: ${SRCPACKAGE} failed to build reproducibly." let "COUNT_BAD=COUNT_BAD+1" BAD="${SRCPACKAGE} ${BAD}" fi @@ -84,6 +84,6 @@ set +x echo echo echo "$COUNT_TOTAL packages attempted to build in total." -echo "$COUNT_GOOD packages successfully built reproducible: ${GOOD}" -echo "$COUNT_BAD packages failed to built reproducible: ${BAD}" +echo "$COUNT_GOOD packages successfully built reproducibly: ${GOOD}" +echo "$COUNT_BAD packages failed to built reproducibly: ${BAD}" echo "The following source packages doesn't exist in sid: $SOURCELESS" -- cgit v1.2.3-70-g09d2