[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: move graphs up
Holger Levsen
holger at moszumanska.debian.org
Wed Oct 7 02:05:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 6cc261d281176c5a33b9eec856ff952a24e8f228
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Oct 7 04:04:35 2015 +0200
reproducible: move graphs up
---
bin/reproducible_common.sh | 2 +-
bin/reproducible_html_dashboard.sh | 9 +++++----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 5d89649..972ffe5 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -183,7 +183,7 @@ write_page_header() {
if [ "$1" != "$MAINVIEW" ] ; then
write_page "<body><header><h2>$2</h2><nav>"
else
- write_page "<body onload=\"selectSearch()\"><header><h2>$2</h2>"
+ write_page "<body onload=\"selectSearch()\"><header><h2>$2</h2><nav>"
write_page "<ul>These pages are showing the <em>prospects</em> of <li><a href=\"https://wiki.debian.org/ReproducibleBuilds\" target=\"_blank\">reproducible builds of Debian packages</a></li>."
write_page " The results shown were obtained from <a href=\"$JENKINS_URL/view/reproducible\">several jobs</a> running on"
write_page " <a href=\"$JENKINS_URL/userContent/about.html#_reproducible_builds_jobs\">jenkins.debian.net</a>."
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 82f4c04..260d858 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list