diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-22 15:58:24 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-22 15:58:24 +0200 |
commit | 929346a96f1d79aa15e54f959f9e09e5006626d6 (patch) | |
tree | de4bde1e4313da1d8f1a5468dbc0604e97cd8918 /bin | |
parent | e08f0aa9dad786eb820f68926d3adae7306a871c (diff) | |
download | jenkins.debian.net-929346a96f1d79aa15e54f959f9e09e5006626d6.tar.xz |
reproducible: explain what probably happened
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_breakages.py | 6 |
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()) |