diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-07 03:57:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-07 03:57:20 +0200 |
commit | 20725b4c253e8010beeca98cf04b7ca5349e1ea1 (patch) | |
tree | 8011dcd54864f6772f008d6f640b419619d9915c | |
parent | c8575052bf5e748590948e44a57e5f60a4120f8c (diff) | |
download | jenkins.debian.net-20725b4c253e8010beeca98cf04b7ca5349e1ea1.tar.xz |
reproducible:_link pkg_to_fix graph for testing+unstable/amd64
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index be9064b2..82f4c043 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -426,6 +426,10 @@ create_dashboard_page() { create_png_from_table $i ${TABLE[$i]}.png fi done + # packages to be fixed in unstable+testing/amd64 + for SUITE in testing unstable ; do + write_page " <a href=\"/$SUITE/amd64/${TABLE[8]}.png\"><img src=\"/$SUITE/amd64/${TABLE[8]}.png\" class="overview" alt=\"${MAINLABEL[8]}\"></a>" + done write_page "</p>" # explain setup write_explaination_table debian |