diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-05-14 12:04:23 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-05-14 12:04:23 +0200 |
commit | f764d05641ba29a2522d0d42d735b39f1ddd220d (patch) | |
tree | 082674f53821a984a95af1a63a408f1ad1302ba5 /bin | |
parent | 9ea60aa1d5dbea87c84d04944bd261f69585551e (diff) | |
download | jenkins.debian.net-f764d05641ba29a2522d0d42d735b39f1ddd220d.tar.xz |
reproducible: link to index_breakages
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index d8eaca49..4b6ecef8 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -572,6 +572,8 @@ create_main_stats_page() { write_page " <a href=\"/$SUITE\"><img src=\"/userContent/$SUITE/${TABLE[2]}.png\" class=\"overview\" alt=\"$SUITE builds age\"></a>" done write_page "</p>" + # link to index_breakages + write_page "<p>There are <a href=\"$BASEURL/index_breakages.html\">some problems in this setup</a> too.</p>" # the end write_page_footer publish_page |