summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-07 04:04:35 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-07 04:04:35 +0200
commit6cc261d281176c5a33b9eec856ff952a24e8f228 (patch)
tree707dff99893b3aedbd57f695261cb8572916a6c2 /bin/reproducible_html_dashboard.sh
parent178ec17624dc605d58a58519d92875b93c064dbb (diff)
downloadjenkins.debian.net-6cc261d281176c5a33b9eec856ff952a24e8f228.tar.xz
reproducible: move graphs up
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 82f4c043..260d858e 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -370,6 +370,11 @@ create_dashboard_page() {
for SUITE in $SUITES ; do
write_page " <a href=\"/$SUITE\"><img src=\"/$SUITE/$ARCH/${TABLE[0]}.png\" class=\"overview\" alt=\"$SUITE/$ARCH stats\"></a>"
done
+ write_page "</p><p style=\"clear:both;\">"
+ # 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><p><center>"
# write meta pkg graphs per suite
for SUITE in $SUITES ; do
@@ -426,10 +431,6 @@ 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