summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-11 22:49:10 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-11 22:49:10 +0100
commit09508962fc4dfba18c5a1064ba8490a1b1968153 (patch)
tree170312fa4177501e1ccc3f67f1492f6e6efffa4c /bin/reproducible_html_breakages.py
parentbb3c1b63b15f67d326d199391e32ffbeeee6b669 (diff)
downloadjenkins.debian.net-09508962fc4dfba18c5a1064ba8490a1b1968153.tar.xz
reproducible Debian: reverse numbers for timeout and crash causing packages…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py4
1 files 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 += '<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:',