From d0435ba049c678fc2c757d7563dd219a99b9f235 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 30 Sep 2014 16:54:59 +0200 Subject: reproducible: improve output --- bin/reproducible_build.sh | 1 + bin/reproducible_stats.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1a8beaf8..7f3ee4d3 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -129,6 +129,7 @@ BAD="" SOURCELESS="" SKIPPED="" for SRCPACKAGE in ${PACKAGES} ; do + set +x echo "=============================================================================" echo "Trying to build ${SRCPACKAGE} reproducibly now." echo "=============================================================================" diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 3d9b15a5..8b57e340 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -69,7 +69,7 @@ if [ $COUNT_SOURCELESS -gt 0 ] ; then htmlecho "

$COUNT_SOURCELESS packages which don't exist in sid and need investigation: $SOURCELESS

" fi if [ $COUNT_NOTFORUS -gt 0 ] ; then - htmlecho "

$COUNT_NOTFORUS packages which are neither Architecture: any nor all nor amd64: $NOTFORUS

" + htmlecho "

$COUNT_NOTFORUS packages which are neither Architecture: 'any' nor 'all' nor 'amd64': $NOTFORUS

" fi htmlecho "

$COUNT_GOOD packages ($PERCENT_GOOD% of $COUNT_TOTAL) successfully built reproducibly: ${GOOD}

" htmlecho "

Packages which failed to build reproducibly, sorted by Maintainers: and Uploaders: fields." -- cgit v1.2.3-54-g00ecf