diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 15:08:18 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 15:08:18 +0100 |
commit | 2e23da04cd088419ab1306d6b4cd709bfe9b79d0 (patch) | |
tree | 4de11aa94ba8da621f1a0312d0df2f655728658d /bin | |
parent | a249a006e711f28d03f32b13e595d3a1f8830d7d (diff) | |
download | jenkins.debian.net-2e23da04cd088419ab1306d6b4cd709bfe9b79d0.tar.xz |
counting is hard
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index e7d852d3..31147fa4 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -192,7 +192,7 @@ FIELDS[4]="datum, packages_with_notes" FIELDS[5]="datum, known_issues" FIELDS[6]="datum, reproducible, unreproducible, FTBFS, other" COLOR[0]=5 -COLOR[1]=9 +COLOR[1]=8 COLOR[2]=3 COLOR[3]=28 COLOR[4]=1 |