summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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())