[Qa-jenkins-scm] [jenkins.debian.net] 02/02: reproducible: breakages: move debbindiff troubles down on the list (issues above are more important)

Holger Levsen holger at moszumanska.debian.org
Wed May 20 06:58:18 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 d40cc7e7b52cc445f8823b0d9def309c3a40ec9b
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Wed May 20 02:46:05 2015 +0200

    reproducible: breakages: move debbindiff troubles down on the list (issues above are more important)
---
 bin/reproducible_breakages.py | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bin/reproducible_breakages.py b/bin/reproducible_breakages.py
index 444d9ea..fa30552 100755
--- a/bin/reproducible_breakages.py
+++ b/bin/reproducible_breakages.py
@@ -235,13 +235,6 @@ def gen_html():
                          entries=alien_dbd())
     html += _gen_section('rb-pkg pages that should not be there:', None,
                          entries=alien_rbpkg())
-    # debbindiff troubles
-    without_dbd, bad_dbd = unrep_with_dbd_issues()
-    html += _gen_section('are marked as unreproducible, but without ' +
-                         'debbindiff output:', without_dbd)
-    html += _gen_section('are marked as unreproducible, but their ' +
-                         'debbindiff output does not seem to be an html ' +
-                         'file:', bad_dbd)
     # debbindiff report where it shouldn't be
     html += _gen_section('are not marked as unreproducible, but they ' +
                          'have a debbindiff file:', not_unrep_with_dbd_file())
@@ -250,6 +243,13 @@ def gen_html():
                          lack_rbuild())
     html += _gen_section('are built but don\'t have a .buildinfo file:',
                          lack_buildinfo())
+    # debbindiff troubles
+    without_dbd, bad_dbd = unrep_with_dbd_issues()
+    html += _gen_section('are marked as unreproducible, but without ' +
+                         'debbindiff output:', without_dbd)
+    html += _gen_section('are marked as unreproducible, but their ' +
+                         'debbindiff output does not seem to be an html ' +
+                         'file:', 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