From 929346a96f1d79aa15e54f959f9e09e5006626d6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 22 May 2015 15:58:24 +0200 Subject: reproducible: explain what probably happened --- bin/reproducible_breakages.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_breakages.py') 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()) -- cgit v1.2.3-54-g00ecf