summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-24 15:25:21 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-24 15:25:21 +0200
commit1f335afcb7ad427a05ef52a9c8a5c29ad9559a71 (patch)
tree6fe23c79fb14b808a07e164d9c635b9694a3ad85 /bin
parenta0594f0c9ae7eabc42933d38726be26acc4e3b67 (diff)
downloadjenkins.debian.net-1f335afcb7ad427a05ef52a9c8a5c29ad9559a71.tar.xz
reproducibly small changes
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh8
1 files changed, 4 insertions, 4 deletions
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"