diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-19 13:02:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-11-19 13:02:38 +0100 |
commit | 54efcb42bd7be12599f53d5a98623c35516955a3 (patch) | |
tree | 5f352f48862f20477e046379bc80fd37b5650cc0 /bin/reproducible_html_graphs.sh | |
parent | 8f9ccd3a2127c87ee3240e638b1c53816ff05d15 (diff) | |
parent | e9b5d5af1fde52a271d0e4bee988e458d2b2de11 (diff) | |
download | jenkins.debian.net-54efcb42bd7be12599f53d5a98623c35516955a3.tar.xz |
Merge branch 'master' of git://git.debian.org/git/qa/jenkins.debian.net
Diffstat (limited to 'bin/reproducible_html_graphs.sh')
-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 14616eac..02532fc2 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -95,7 +95,7 @@ COLOR[1]=4 COLOR[2]=3 COLOR[3]=18 MAINLABEL[0]="Package reproducibility status" -MAINLABEL[1]="Amout of packages build each day" +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" YLABEL[0]="Amount (total)" @@ -160,7 +160,7 @@ if [ $COUNT_SOURCELESS -gt 0 ] ; then fi set_icon not_for_us write_icon -write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64' will never be build here" +write_page "$COUNT_NOTFORUS ($PERCENT_NOTFORUS%) packages which are neither Architecture: 'any', 'all', 'amd64', 'linux-any', 'linux-amd64' nor 'any-amd64' will not be build here" write_page "and those " set_icon blacklisted write_icon |