From 09508962fc4dfba18c5a1064ba8490a1b1968153 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Jan 2017 22:49:10 +0100 Subject: reproducible Debian: reverse numbers for timeout and crash causing packages… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Holger Levsen --- bin/reproducible_html_breakages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 7ca883ae..f18c98eb 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -318,8 +318,8 @@ def gen_html(): # TODO: graph this html += str(len(sources_without_dbd)) html += ' source packages on which diffoscope ran into a timeout (' - html += str(count_pkgs(without_dbd)) + ') or crashed (' - html += str(count_pkgs(bad_dbd)) + ').' + 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:', -- cgit v1.2.3-54-g00ecf