summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-09-30 16:54:59 +0200
committerHolger Levsen <holger@layer-acht.org>2014-09-30 16:54:59 +0200
commitd0435ba049c678fc2c757d7563dd219a99b9f235 (patch)
tree47c442cdf9a388dc9a9f5b28d9b9c23681fbb054 /bin
parent489f94689557e6e20431ff223f2856af8d19b398 (diff)
downloadjenkins.debian.net-d0435ba049c678fc2c757d7563dd219a99b9f235.tar.xz
reproducible: improve output
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh1
-rwxr-xr-xbin/reproducible_stats.sh2
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."