summaryrefslogtreecommitdiffstats
path: root/bin/make_graph.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-09-29 14:48:13 +0200
committerHolger Levsen <holger@layer-acht.org>2017-09-29 14:48:25 +0200
commit70e7fc4d14208539771ea763934fa49c61f3a1a9 (patch)
tree7cd4c94aa203952bae0883a7eabde7d69813cdbf /bin/make_graph.py
parentd5c392ae4f32efea7628acee3488b680340c0268 (diff)
downloadjenkins.debian.net-70e7fc4d14208539771ea763934fa49c61f3a1a9.tar.xz
reproducible Debian: fix colors in 'amount of packages build each day on $ARCH' graphs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
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 ebe98f52..18a06e4b 100755
--- a/bin/make_graph.py
+++ b/bin/make_graph.py
@@ -32,11 +32,11 @@ def main():
# thanks to http://tango.freedesktop.org/Generic_Icon_Theme_Guidelines for those nice colors
if int(colors) < 6:
r('palette(c("#73d216", "#f57900", "#cc0000", "#2e3436", "#888a85"))')
- elif int(colors) == 12:
- r('palette(c("#4e9a06", "#73d216", "#8ae234", \
- "#ce5c00", "#f57900", "#fcaf3e", \
- "#a40000", "#cc0000", "#ef2929", \
- "#2e3436", "#555753", "#888a85" ))')
+ elif int(colors) == 16:
+ r('palette(c("#4e9a06", "#57a231", "#73d216", "#8ae234", \
+ "#ce5c00", "#f57900", "#fcaf3e", "#fcda27", \
+ "#a40000", "#cc0000", "#ef2929", "#fc2a1a", \
+ "#2e3436", "#555753", "#888a85", "#b8bbb4" ))')
elif int(colors) < 39:
r('palette(c("#fce94f", "#c4a000", "#eeeeec", "#babdb6", \
"#fcaf3e", "#ce5c00", "#ad7fa8", "#5c3566", \