diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-11 02:46:30 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-11 02:46:30 +0100 |
commit | 1f34148c82ec4cb49c1af8e89a74f011ca59554d (patch) | |
tree | 8861ef1d938420fea2bb1f8ea18a38bbaa896ec9 /bin | |
parent | 9c938ed882c3c2fbc792e431ee12ec41e077f737 (diff) | |
download | jenkins.debian.net-1f34148c82ec4cb49c1af8e89a74f011ca59554d.tar.xz |
reproducible Debian: be more specific about problems
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_breakages.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 4a2158cd..4da0ba33 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -311,7 +311,9 @@ def gen_html(): 'timeout:', bad_dbd) # TODO: graph this html += str(len(sources_without_dbd)) - html += ' source packages on which diffoscope ran into a timeout or crashed.' + html += ' source packages on which diffoscope ran into a timeout (' + html += str(len(without_dbd) + ') or crashed (' + html += str(len(bad_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:', |