From e6457deea88eba78e2e946eee7b73f441ab9da04 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Jan 2017 16:58:24 +0100 Subject: reproducible Debian: restructure output Signed-off-by: Holger Levsen --- bin/reproducible_html_breakages.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index e827aeb4..69c4dafe 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 += '
Artifacts diffoscope crashed 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 += '
source packages causing Diffoscope to timeout and crash' + # link artifacts + html += '
Artifacts diffoscope crashed on are available for 48h for download.' return html -- cgit v1.2.3-70-g09d2