From e87fe7be08cb07a481c200802bbe4f93053506fd Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 23 Sep 2014 22:58:35 +0000 Subject: reproducible: misc fixes. new job: build-essential. --- bin/reproducible_build.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 6a5f8b3e..0244ee14 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -31,7 +31,6 @@ for PACKAGE in "$@" ; do dcmd cp /var/cache/pbuilder/result/${PACKAGE}_*.changes b2 sudo dcmd rm /var/cache/pbuilder/result/${PACKAGE}_*.changes cat b1/${PACKAGE}_*.changes - TMPFILE=$(mktemp) ./misc.git/diffp b1/*.changes b2/*.changes | tee ${TMPFILE} if $(grep -qv '^\*\*\*\*\*' ${TMPFILE}) ; then @@ -45,10 +44,15 @@ for PACKAGE in "$@" ; do let "COUNT_BAD=COUNT_BAD+1" GOOD="${PACKAGE} ${BAD}" fi - rm b1 b2 ${TMPFILE} -rf + + echo "==============================================================" + echo "$COUNT_TOTAL of ${#@} done." + echo "==============================================================" done +set +x +echo echo echo "$COUNT_TOTAL packages attempted to build in total." echo "$COUNT_GOOD packages successfully built reproducible: ${GOOD}" -- cgit v1.2.3-70-g09d2