[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible Debian: restructure output

Holger Levsen holger at layer-acht.org
Thu Jan 12 16:04:03 UTC 2017


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 e6457deea88eba78e2e946eee7b73f441ab9da04
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jan 12 16:58:24 2017 +0100

    reproducible Debian: restructure output
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_html_breakages.py | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index e827aeb..69c4daf 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -354,6 +354,9 @@ def gen_html():
                          lack_rbuild())
     html += _gen_packages_html('have been built but don\'t have a .buildinfo file:',
                          lack_buildinfo())
+    # pbuilder-satisfydepends failed
+    html += _gen_packages_html('failed to satisfy their build-dependencies:',
+                         pbuilder_dep_fail())
     # diffoscope troubles
     without_dbd, bad_dbd, sources_without_dbd = unrep_with_dbd_issues()
     html += _gen_packages_html('are marked as unreproducible, but there is no ' +
@@ -367,14 +370,12 @@ def gen_html():
     html += ' source packages on which diffoscope ran into a timeout ('
     html += str(count_pkgs(bad_dbd)) + ') or crashed ('
     html += str(count_pkgs(without_dbd)) + ').'
-    html += '<br/> <a href="https://tests.reproducible-builds.org/debian/artifacts/">Artifacts diffoscope crashed</a> on are available for 48h for download.'
-    # pbuilder-satisfydepends failed
-    html += _gen_packages_html('failed to satisfy their build-dependencies:',
-                         pbuilder_dep_fail())
     # gather stats and add graph
     update_stats_breakages(count_pkgs(bad_dbd), count_pkgs(without_dbd))
     create_breakages_graph
     html += '<br> <a href="/debian/stats_breakages.png"><img src="/debian/stats_breakages.png" alt="source packages causing Diffoscope to timeout and crash"></a>'
+    # link artifacts
+    html += '<br/> <a href="https://tests.reproducible-builds.org/debian/artifacts/">Artifacts diffoscope crashed</a> on are available for 48h for download.'
 
     return html
 

-- 
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