diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-12-10 12:55:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-12-10 12:55:14 +0100 |
commit | 4840f0758fd14d30c7dff3040744ea057b6052e9 (patch) | |
tree | fb7395c0ec3ca500490394a3e0920dc4a97413fb | |
parent | 3b263372f730af7573b5ffe27921db4c7344df18 (diff) | |
download | jenkins.debian.net-4840f0758fd14d30c7dff3040744ea057b6052e9.tar.xz |
reproducible Debian: add '' to label on the packages-build-per-day graph
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index 936e2b69..9ee02f29 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -86,7 +86,6 @@ COLOR[5]=1 COLOR[7]=2 COLOR[8]=30 COLOR[9]=2 -MAINLABEL[1]="Amount of packages built each day" MAINLABEL[3]="Bugs (with all usertags) for user reproducible-builds@lists.alioth.debian.org" MAINLABEL[4]="Packages which have notes" MAINLABEL[5]="Identified issues" @@ -620,6 +619,7 @@ create_performance_page() { # arch performance stats write_page "<p style=\"clear:both;\">" for ARCH in ${ARCHS} ; do + MAINLABEL[1]="Amount of packages built each day on '$ARCH'" write_page " <a href=\"/debian/${TABLE[1]}_$ARCH.png\"><img src=\"/debian/${TABLE[1]}_$ARCH.png\" class=\"overview\" alt=\"${MAINLABEL[1]}\"></a>" if [ ! -f $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] || [ $DUMMY_FILE -nt $DEBIAN_BASE/${TABLE[1]}_$ARCH.png ] ; then create_png_from_table 1 ${TABLE[1]}_$ARCH.png |