diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-10-01 13:38:52 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-01 13:38:52 +0200 |
commit | 15ec14b1546103e637b1b01d4f7bb52e14fab0e9 (patch) | |
tree | 5556554662310beb3b598ae5c07aa051c33e062b /bin | |
parent | c6a2b9c01f10b198e9f40177a20c38ab0dcc69ea (diff) | |
download | jenkins.debian.net-15ec14b1546103e637b1b01d4f7bb52e14fab0e9.tar.xz |
reproducible Debian: link available artifacts from breakages page
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_breakages.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 9da58b16..8c3b37d9 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -312,6 +312,7 @@ def gen_html(): # TODO: graph this html += str(len(sources_without_dbd)) html += ' source packages on which diffoscope ran into a timeout or crashed.' + 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()) |