diff options
-rwxr-xr-x | bin/reproducible_common.sh | 2 | ||||
-rwxr-xr-x | 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 5d89649d..972ffe50 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 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 |