summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-05-22 15:58:24 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-22 15:58:24 +0200
commit929346a96f1d79aa15e54f959f9e09e5006626d6 (patch)
treede4bde1e4313da1d8f1a5468dbc0604e97cd8918 /bin/reproducible_breakages.py
parente08f0aa9dad786eb820f68926d3adae7306a871c (diff)
downloadjenkins.debian.net-929346a96f1d79aa15e54f959f9e09e5006626d6.tar.xz
reproducible: explain what probably happened
Diffstat (limited to 'bin/reproducible_breakages.py')
-rwxr-xr-xbin/reproducible_breakages.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 17f99796..aa9c8cfb 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -249,10 +249,12 @@ def gen_html():
# debbindiff troubles
without_dbd, bad_dbd = unrep_with_dbd_issues()
html += _gen_section('are marked as unreproducible, but without ' +
- 'debbindiff output:', without_dbd)
+ 'debbindiff output - so probably debbindiff' +
+ 'crashed:', without_dbd)
html += _gen_section('are marked as unreproducible, but their ' +
'debbindiff output does not seem to be an html ' +
- 'file:', bad_dbd)
+ 'file - so probably debbindiff ran into a ' +
+ 'timeout:', bad_dbd)
# pbuilder-satisfydepends failed
html += _gen_section('failed to match their build-dependencies:',
pbuilder_dep_fail())