summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_stats.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-02 23:46:06 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-02 23:46:06 +0200
commitd35030cd5228988418161c92975ea405afab086a (patch)
tree887ac62cc2a1d5dca4256218f00e74925d9eb5af /bin/reproducible_stats.sh
parentaf0ea9d667d8f6bc6b0df909439e59913c906b43 (diff)
downloadjenkins.debian.net-d35030cd5228988418161c92975ea405afab086a.tar.xz
reproducible: update TODO, improve wording
Diffstat (limited to 'bin/reproducible_stats.sh')
-rwxr-xr-xbin/reproducible_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh
index fa002933..2f9cb7bd 100755
--- a/bin/reproducible_stats.sh
+++ b/bin/reproducible_stats.sh
@@ -73,7 +73,7 @@ for PKG in $UGLY ; do
done
htmlecho "</code></p>"
if [ $COUNT_SOURCELESS -gt 0 ] ; then
- htmlecho "<p>$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages which don't exist in sid and need investigation: <code>$SOURCELESS</code></p>"
+ htmlecho "<p>$COUNT_SOURCELESS ($PERCENT_SORCELESS%) packages where the source could not be downloaded. <code>$SOURCELESS</code></p>"
fi
if [ $COUNT_NOTFORUS -gt 0 ] ; then
htmlecho "<p>$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any' nor 'all' nor 'amd64': <code>$NOTFORUS</code></p>"