diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-26 01:22:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-26 01:22:26 +0100 |
commit | 33d69652966a4af00f292945a7f42d6c4194e0a0 (patch) | |
tree | 399caabe4d33d993a50344b8213e557a6cdab6d6 /bin | |
parent | 948a5b82a87b06a243d98a9272622f65581b95f4 (diff) | |
download | jenkins.debian.net-33d69652966a4af00f292945a7f42d6c4194e0a0.tar.xz |
reproducible: s#sid#$SUITE#
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 5bd331d8..55e6ac34 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -180,7 +180,7 @@ COLOR[3]=26 COLOR[4]=1 COLOR[5]=1 COLOR[6]=4 -MAINLABEL[0]="Package reproducibility status" +MAINLABEL[0]="Reproducibility status for packages in '$SUITE'" MAINLABEL[1]="Amount of packages build each day" MAINLABEL[2]="Age in days of oldest kind of logfile" MAINLABEL[3]="Bugs with usertags for user reproducible-builds@lists.alioth.debian.org" @@ -300,7 +300,7 @@ for i in $(seq 1 ${#META_PKGSET[@]}) ; do META_RESULT=true gather_meta_stats $i # FIXME: this ignores unknown packages... if $META_RESULT ; then - MAINLABEL[6]="Package reproducibility status for ${META_PKGSET[$i]} packages" + MAINLABEL[6]="Reproducibility status for packages from '$SUITE' in ${META_PKGSET[$i]}" YLABEL[6]="Amount (${META_PKGSET[$i]} packages)" PNG=${TABLE[6]}_${META_PKGSET[$i]}.png # redo pngs once a day |