summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 22:43:11 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 22:43:11 +0100
commita4909b6902bac9d5fd3e19ec71624cc689867041 (patch)
treec4635ba163898ab315f96b31d125ec53ee62af33 /bin/make_graph.py
parent95cb5f234f8a94a510c6388658243bec5c8e1d06 (diff)
downloadjenkins.debian.net-a4909b6902bac9d5fd3e19ec71624cc689867041.tar.xz
reproducible: test new suite: 'testing'
Diffstat (limited to 'bin/make_graph.py')
-rwxr-xr-xbin/make_graph.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/make_graph.py b/bin/make_graph.py
index dd4d3dd6..fae1ddcd 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -30,11 +30,11 @@ def main():
# thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
if int(colors) < 6:
r('palette(c("#4e9a06", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
- elif int(colors) == 8: # once we have 12 colors, add: "#8ae234", "#fcaf3e", "#ef2929", "#888a85"
- r('palette(c("#4e9a06", "#73d216", \
- "#ce5c00", "#f57900", \
- "#a40000", "#cc0000", \
- "#2e3436", "#555753" ))')
+ elif int(colors) == 12:
+ r('palette(c("#4e9a06", "#73d216", "#8ae234", \
+ "#ce5c00", "#f57900", "#fcaf3e", \
+ "#a40000", "#cc0000", "#ef2929", \
+ "#2e3436", "#555753", "#888a85" ))')
else:
r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
"#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \