diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 17:28:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 17:28:09 +0100 |
commit | e6bd4b1bcf66bd5c16e8f6caddf7847dec8da9d3 (patch) | |
tree | 8bb01fd06ee20940b5618bf560dfbbacfe094d92 | |
parent | 0bb7345a4b8ef6980c900daf0aca54eb1dd02b3c (diff) | |
download | jenkins.debian.net-e6bd4b1bcf66bd5c16e8f6caddf7847dec8da9d3.tar.xz |
reproducible: small graph improvements
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index f4cc6069..5cbd298c 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -110,8 +110,8 @@ MAINLABEL[0]="Package reproducibility status" 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" -MAINLABEL[4]="Packages investigated" -MAINLABEL[5]="Notes identified" +MAINLABEL[4]="Packages which have notes" +MAINLABEL[5]="Identified issues" YLABEL[0]="Amount (total)" YLABEL[1]="Amount (per day)" YLABEL[2]="Age in days" @@ -184,7 +184,7 @@ write_icon write_page "$COUNT_BLACKLISTED blacklisted packages neither.</p>" write_page "<p>" # FIXME: we don't do 2 / stats_builds_age.png yet :/ (also see above) -for i in 0 4 5 3 1 ; do +for i in 0 3 4 5 1 ; do if [ "$i" = "3" ] ; then write_usertag_table fi |