diff options
-rwxr-xr-x | bin/reproducible_build.sh | 1 | ||||
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
2 files changed, 2 insertions, 1 deletions
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 "<p>$COUNT_SOURCELESS packages which don't exist in sid and need investigation: <code>$SOURCELESS</code></p>" fi if [ $COUNT_NOTFORUS -gt 0 ] ; then - htmlecho "<p>$COUNT_NOTFORUS packages which are neither Architecture: <code>any</code> nor <code>all</code> nor <code>amd64</code>: <code>$NOTFORUS</code></p>" + htmlecho "<p>$COUNT_NOTFORUS packages which are neither Architecture: 'any' nor 'all' nor 'amd64': <code>$NOTFORUS</code></p>" fi htmlecho "<p>$COUNT_GOOD packages ($PERCENT_GOOD% of $COUNT_TOTAL) successfully built reproducibly: <code>${GOOD}</code></p>" htmlecho "<hr><p>Packages which failed to build reproducibly, sorted by Maintainers: and Uploaders: fields." |