[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: explain what probably happened

Holger Levsen holger at moszumanska.debian.org
Fri May 22 13:58:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 929346a96f1d79aa15e54f959f9e09e5006626d6
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri May 22 15:58:24 2015 +0200

    reproducible: explain what probably happened
---
 bin/reproducible_breakages.py | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 17f9979..aa9c8cf 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())

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list